camino-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Camino-devel] camino/src/server ServerDialog.h ServerDialog.cpp


From: Pascal Audoux
Subject: [Camino-devel] camino/src/server ServerDialog.h ServerDialog.cpp
Date: Mon, 20 Jan 2003 14:48:31 -0500

CVSROOT:        /cvsroot/camino
Module name:    camino
Changes by:     Pascal Audoux <address@hidden>  03/01/20 14:48:31

Modified files:
        src/server     : ServerDialog.h ServerDialog.cpp 

Log message:
        use ServerDialogUI

Patches:
Index: camino/src/server/ServerDialog.cpp
diff -u camino/src/server/ServerDialog.cpp:1.2 
camino/src/server/ServerDialog.cpp:1.3
--- camino/src/server/ServerDialog.cpp:1.2      Wed Jan 15 17:44:57 2003
+++ camino/src/server/ServerDialog.cpp  Mon Jan 20 14:48:31 2003
@@ -2,7 +2,7 @@
 **
 ** Camino
 **
-** Version : $Id: ServerDialog.cpp,v 1.2 2003/01/15 22:44:57 Audoux Exp $
+** Version : $Id: ServerDialog.cpp,v 1.3 2003/01/20 19:48:31 Audoux Exp $
 **
 ** Author(s) : Philippe Fremy, Pascal Audoux
 ** Creation : 14/01/2003
@@ -31,12 +31,12 @@
 #include "ServerDialog.h"
 
 ServerDialog::ServerDialog( QWidget * parent, const char * name )
-:QDialog( parent, name )
+:ServerDialogUI( parent, name )
 {
-       QPushButton * but = new QPushButton( this );
+       /*QPushButton * but = new QPushButton( this );
        but->setText( "Quit" );
        but->setFixedSize( but->sizeHint() );
 
-       connect( but, SIGNAL( clicked() ), SIGNAL( sig_quit() ) );
+       connect( but, SIGNAL( clicked() ), SIGNAL( sig_quit() ) );*/
 }
 
Index: camino/src/server/ServerDialog.h
diff -u camino/src/server/ServerDialog.h:1.2 
camino/src/server/ServerDialog.h:1.3
--- camino/src/server/ServerDialog.h:1.2        Wed Jan 15 17:44:57 2003
+++ camino/src/server/ServerDialog.h    Mon Jan 20 14:48:31 2003
@@ -5,7 +5,7 @@
 ** ServerDialog.h
 ** Main dialog of the server
 **
-** Version : $Id: ServerDialog.h,v 1.2 2003/01/15 22:44:57 Audoux Exp $
+** Version : $Id: ServerDialog.h,v 1.3 2003/01/20 19:48:31 Audoux Exp $
 ** Author(s) : Philippe Fremy, Pascal Audoux
 ** Creation : 15/01/2003
 ** Copyright: Pascal Audoux, Philippe Fremy 2003
@@ -30,10 +30,9 @@
 
 // generic include files
 // include files for QT
-#include <qdialog.h>
 #include <qwidget.h>
 // application specific include files
-
+#include "server/ServerDialogUI.h"
 
 /*              ------------------------------
  *                         ServerDialog
@@ -42,7 +41,7 @@
 
 
 /** comment for the class */
-class ServerDialog : public QDialog
+class ServerDialog : public ServerDialogUI
 {
        Q_OBJECT
 public:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]