summaryrefslogtreecommitdiffstats
path: root/knights/setpageservers.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/setpageservers.h')
-rw-r--r--knights/setpageservers.h67
1 files changed, 34 insertions, 33 deletions
diff --git a/knights/setpageservers.h b/knights/setpageservers.h
index 4f4c21c..03f0844 100644
--- a/knights/setpageservers.h
+++ b/knights/setpageservers.h
@@ -18,22 +18,22 @@
#ifndef SETPAGESERVERS_H
#define SETPAGESERVERS_H
-#include <qtabwidget.h>
+#include <tqtabwidget.h>
#include <kbuttonbox.h>
#include <klistview.h>
#include <klineedit.h>
#include <kcombobox.h>
-#include <qlabel.h>
-#include <qhbox.h>
-#include <qstringlist.h>
-#include <qcheckbox.h>
-#include <qwidget.h>
-#include <qgroupbox.h>
-#include <qpushbutton.h>
-#include <qcheckbox.h>
-#include <qspinbox.h>
-#include <qptrlist.h>
-#include <qlayout.h>
+#include <tqlabel.h>
+#include <tqhbox.h>
+#include <tqstringlist.h>
+#include <tqcheckbox.h>
+#include <tqwidget.h>
+#include <tqgroupbox.h>
+#include <tqpushbutton.h>
+#include <tqcheckbox.h>
+#include <tqspinbox.h>
+#include <tqptrlist.h>
+#include <tqlayout.h>
#include "resource.h"
#include "dlg_server.h"
@@ -41,11 +41,12 @@
*@author Troy Corbin Jr.
*/
-class setPageServers : public QVBoxLayout
+class setPageServers : public TQVBoxLayout
{
Q_OBJECT
+ TQ_OBJECT
public:
- setPageServers(QWidget *parent=0, resource *Rsrc=0);
+ setPageServers(TQWidget *tqparent=0, resource *Rsrc=0);
~setPageServers();
bool resetServer;
@@ -80,33 +81,33 @@ class setPageServers : public QVBoxLayout
private:
resource *Resource;
int margin;
- QTabWidget *TabParent;
+ TQTabWidget *TabParent;
/* Tab 1 : Servers */
- QVBox *Tab1;
- QGroupBox *GROUP_Current;
- QGroupBox *GROUP_Servers;
+ TQVBox *Tab1;
+ TQGroupBox *GROUP_Current;
+ TQGroupBox *GROUP_Servers;
KComboBox *Servers;
KListView *Servers_ListView;
KButtonBox *Servers_ButtonBox;
- QPushButton *Servers_Button_Add;
- QPushButton *Servers_Button_Change;
- QPushButton *Servers_Button_Delete;
+ TQPushButton *Servers_Button_Add;
+ TQPushButton *Servers_Button_Change;
+ TQPushButton *Servers_Button_Delete;
dlg_server *Server_Dialog;
/* Tab 2 : Options */
- QVBox *Tab2;
- QGroupBox *BOX_Profanity;
+ TQVBox *Tab2;
+ TQGroupBox *BOX_Profanity;
KComboBox *COMBO_Profanity;
- QCheckBox *BUTTON_Premove;
- QCheckBox *BUTTON_Private;
- QCheckBox *BUTTON_Kibitz;
- QCheckBox *BUTTON_Tell;
- QCheckBox *BUTTON_Shout;
- QCheckBox *BUTTON_Seek;
- QCheckBox *BUTTON_Auto_Close_ICS;
- QHBox *BOX_SeekTimer;
- QSpinBox *BUTTON_SeekTimer;
- QLabel *LABEL_SeekTimer;
+ TQCheckBox *BUTTON_Premove;
+ TQCheckBox *BUTTON_Private;
+ TQCheckBox *BUTTON_Kibitz;
+ TQCheckBox *BUTTON_Tell;
+ TQCheckBox *BUTTON_Shout;
+ TQCheckBox *BUTTON_Seek;
+ TQCheckBox *BUTTON_Auto_Close_ICS;
+ TQHBox *BOX_SeekTimer;
+ TQSpinBox *BUTTON_SeekTimer;
+ TQLabel *LABEL_SeekTimer;
};
#endif