From 2bc1d72869b62af05ae4feafd878203b526da8c5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: 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 --- kppp/edit.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kppp/edit.h') 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(); -- cgit v1.2.1