summaryrefslogtreecommitdiffstats
path: root/kppp/general.h
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/general.h')
-rw-r--r--kppp/general.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/kppp/general.h b/kppp/general.h
index bc1b005a..543d6588 100644
--- a/kppp/general.h
+++ b/kppp/general.h
@@ -39,8 +39,9 @@ class ModemCommands;
class GeneralWidget : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- GeneralWidget( TQWidget *parent=0, const char *name=0 );
+ GeneralWidget( TQWidget *tqparent=0, const char *name=0 );
private slots:
void pppdtimeoutchanged(int);
@@ -57,8 +58,9 @@ private slots:
class ModemWidget : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- ModemWidget(TQWidget *parent=0, bool isnewmodem=true, const char *name=0);
+ ModemWidget(TQWidget *tqparent=0, bool isnewmodem=true, const char *name=0);
bool save();
TQLineEdit *connectName() { return connectname_l;}
private slots:
@@ -86,8 +88,9 @@ private:
class ModemWidget2 : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- ModemWidget2(TQWidget *parent=0, const char *name=0);
+ ModemWidget2(TQWidget *tqparent=0, const char *name=0);
bool save();
private slots:
@@ -112,8 +115,9 @@ private:
class GraphSetup : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- GraphSetup(TQWidget *parent = 0, const char *name = 0);
+ GraphSetup(TQWidget *tqparent = 0, const char *name = 0);
private slots:
void enableToggled(bool);