summaryrefslogtreecommitdiffstats
path: root/kppp/edit.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit2bc1d72869b62af05ae4feafd878203b526da8c5 (patch)
tree2676903bb600bd9646644856e354940471ad84e2 /kppp/edit.h
parent937b2991d8e78166eea904c80ad04d34607017a4 (diff)
downloadtdenetwork-2bc1d72869b62af05ae4feafd878203b526da8c5.tar.gz
tdenetwork-2bc1d72869b62af05ae4feafd878203b526da8c5.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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();