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 543d6588..de9c711e 100644
--- a/kppp/general.h
+++ b/kppp/general.h
@@ -41,7 +41,7 @@ class GeneralWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
- GeneralWidget( TQWidget *tqparent=0, const char *name=0 );
+ GeneralWidget( TQWidget *parent=0, const char *name=0 );
private slots:
void pppdtimeoutchanged(int);
@@ -60,7 +60,7 @@ class ModemWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
- ModemWidget(TQWidget *tqparent=0, bool isnewmodem=true, const char *name=0);
+ ModemWidget(TQWidget *parent=0, bool isnewmodem=true, const char *name=0);
bool save();
TQLineEdit *connectName() { return connectname_l;}
private slots:
@@ -90,7 +90,7 @@ class ModemWidget2 : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
- ModemWidget2(TQWidget *tqparent=0, const char *name=0);
+ ModemWidget2(TQWidget *parent=0, const char *name=0);
bool save();
private slots:
@@ -117,7 +117,7 @@ class GraphSetup : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
- GraphSetup(TQWidget *tqparent = 0, const char *name = 0);
+ GraphSetup(TQWidget *parent = 0, const char *name = 0);
private slots:
void enableToggled(bool);