summaryrefslogtreecommitdiffstats
path: root/kppp/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/edit.h')
-rw-r--r--kppp/edit.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kppp/edit.h b/kppp/edit.h
index 3bf7fdb1..9697442e 100644
--- a/kppp/edit.h
+++ b/kppp/edit.h
@@ -51,7 +51,7 @@ class DialWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
- DialWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 );
+ DialWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~DialWidget() {}
public slots:
@@ -94,7 +94,7 @@ class ExecWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
- ExecWidget(TQWidget *tqparent=0, bool isnewaccount=true, const char *name=0);
+ ExecWidget(TQWidget *parent=0, bool isnewaccount=true, const char *name=0);
public slots:
bool save();
@@ -118,7 +118,7 @@ class IPWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
- IPWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 );
+ IPWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~IPWidget() {}
public slots:
@@ -149,7 +149,7 @@ class DNSWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
- DNSWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 );
+ DNSWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~DNSWidget() {}
public slots:
@@ -182,7 +182,7 @@ class GatewayWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
- GatewayWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 );
+ GatewayWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~GatewayWidget() {}
public slots:
@@ -207,7 +207,7 @@ class ScriptWidget : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
- ScriptWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 );
+ ScriptWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~ScriptWidget() {}
public slots:
@@ -248,7 +248,7 @@ class PhoneNumberDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:
- PhoneNumberDialog(TQWidget *tqparent = 0);
+ PhoneNumberDialog(TQWidget *parent = 0);
TQString phoneNumber();