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 --- wifi/kwireless/propertytable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wifi/kwireless/propertytable.h') diff --git a/wifi/kwireless/propertytable.h b/wifi/kwireless/propertytable.h index f71f9f6b..81169018 100644 --- a/wifi/kwireless/propertytable.h +++ b/wifi/kwireless/propertytable.h @@ -22,7 +22,7 @@ class PropertyTable : public PropertyTableBase Q_OBJECT TQ_OBJECT public: - PropertyTable(TQWidget *tqparent = 0, const char* name = 0); + PropertyTable(TQWidget *parent = 0, const char* name = 0); ~PropertyTable(); }; @@ -32,7 +32,7 @@ class PropertiesDialog : public KDialogBase Q_OBJECT TQ_OBJECT public: - PropertiesDialog(TQWidget *tqparent = 0, const char *name = 0); + PropertiesDialog(TQWidget *parent = 0, const char *name = 0); protected: PropertyTable *table; TQPtrList *info; -- cgit v1.2.1