summaryrefslogtreecommitdiffstats
path: root/src/src/configure.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
commit7bde530f35e76902af6fc6651af63e2cdf32b5b6 (patch)
tree6ccd2e04cad9c637a338019f1aa729436b81ae6f /src/src/configure.h
parentdf757dfa7ddbb667e73df604b7b6ef55c31ae434 (diff)
downloadknetstats-7bde530f35e76902af6fc6651af63e2cdf32b5b6.tar.gz
knetstats-7bde530f35e76902af6fc6651af63e2cdf32b5b6.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knetstats@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/src/configure.h')
-rw-r--r--src/src/configure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/configure.h b/src/src/configure.h
index e35f100..68e4497 100644
--- a/src/src/configure.h
+++ b/src/src/configure.h
@@ -47,7 +47,7 @@ class Configure : public ConfigureBase
Q_OBJECT
TQ_OBJECT
public:
- Configure(KNetStats* tqparent, const InterfaceMap& ifs);
+ Configure(KNetStats* parent, const InterfaceMap& ifs);
const OptionsMap& currentConfig() const { return mConfig; }
bool canSaveConfig();