summaryrefslogtreecommitdiffstats
path: root/kppp/general.h
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/general.h')
-rw-r--r--kppp/general.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kppp/general.h b/kppp/general.h
index a59ea39e..48296045 100644
--- a/kppp/general.h
+++ b/kppp/general.h
@@ -38,7 +38,7 @@ class KIntNumInput;
class ModemCommands;
class GeneralWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
GeneralWidget( TQWidget *parent=0, const char *name=0 );
@@ -57,7 +57,7 @@ private slots:
class ModemWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
ModemWidget(TQWidget *parent=0, bool isnewmodem=true, const char *name=0);
@@ -87,7 +87,7 @@ private:
class ModemWidget2 : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
ModemWidget2(TQWidget *parent=0, const char *name=0);
@@ -114,7 +114,7 @@ private:
};
class GraphSetup : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
GraphSetup(TQWidget *parent = 0, const char *name = 0);