summaryrefslogtreecommitdiffstats
path: root/ktalkd/kcmktalkd/forwmachpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'ktalkd/kcmktalkd/forwmachpage.h')
-rw-r--r--ktalkd/kcmktalkd/forwmachpage.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/ktalkd/kcmktalkd/forwmachpage.h b/ktalkd/kcmktalkd/forwmachpage.h
index 4202fc30..1643aeef 100644
--- a/ktalkd/kcmktalkd/forwmachpage.h
+++ b/ktalkd/kcmktalkd/forwmachpage.h
@@ -24,16 +24,16 @@
#ifndef __KCONTROL_KFORWMACHPAGE_H__
#define __KCONTROL_KFORWMACHPAGE_H__
-#include <qdir.h>
+#include <tqdir.h>
/* has to be before everything because of #define Unsorted 0 in X11/X.h !! */
-#include <qobject.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qcombobox.h>
-#include <qpushbutton.h>
-#include <qbutton.h>
-#include <qcheckbox.h>
+#include <tqobject.h>
+#include <tqlabel.h>
+#include <tqlineedit.h>
+#include <tqcombobox.h>
+#include <tqpushbutton.h>
+#include <tqbutton.h>
+#include <tqcheckbox.h>
#include <kcmodule.h>
@@ -44,7 +44,7 @@ class KForwmachPageConfig : public KCModule
Q_OBJECT
public:
- KForwmachPageConfig( QWidget *parent=0, const char* name=0,
+ KForwmachPageConfig( TQWidget *parent=0, const char* name=0,
KSimpleConfig *config=0);
~KForwmachPageConfig( );
@@ -53,7 +53,7 @@ public:
void defaults();
protected:
- void resizeEvent(QResizeEvent *e);
+ void resizeEvent(TQResizeEvent *e);
private slots:
void forwmachOnOff();
@@ -63,12 +63,12 @@ private:
KSimpleConfig *config;
bool delete_config;
- QCheckBox *forwmach_cb;
- QLabel *address_label;
- QLineEdit *address_edit;
- QLabel *method_label;
- QComboBox * method_combo;
- QLabel *expl_label;
+ TQCheckBox *forwmach_cb;
+ TQLabel *address_label;
+ TQLineEdit *address_edit;
+ TQLabel *method_label;
+ TQComboBox * method_combo;
+ TQLabel *expl_label;
};
#endif