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.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wifi/kwireless/propertytable.cpp') diff --git a/wifi/kwireless/propertytable.cpp b/wifi/kwireless/propertytable.cpp index 4b0bea14..7c73b1c2 100644 --- a/wifi/kwireless/propertytable.cpp +++ b/wifi/kwireless/propertytable.cpp @@ -21,8 +21,8 @@ extern "C" { #include } -PropertyTable::PropertyTable(TQWidget *tqparent, const char* name) - : PropertyTableBase(tqparent, name) +PropertyTable::PropertyTable(TQWidget *parent, const char* name) + : PropertyTableBase(parent, name) { } @@ -30,8 +30,8 @@ PropertyTable::~PropertyTable() { } -PropertiesDialog::PropertiesDialog(TQWidget *tqparent, const char *name) - : KDialogBase(tqparent, name, true, +PropertiesDialog::PropertiesDialog(TQWidget *parent, const char *name) + : KDialogBase(parent, name, true, i18n("Wireless Network Device Properties"), KDialogBase::Ok, KDialogBase::Ok, true), wait(false) -- cgit v1.2.1