summaryrefslogtreecommitdiffstats
path: root/src/commandline_part.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
commitc6b29717327388357badda064ef1ced71932406e (patch)
tree5d0dadae0d00c60e0773be4e8ee5a60a47615342 /src/commandline_part.h
parent93f9fda465964160b66d9252d2cf9b4c284eab50 (diff)
downloadtdesvn-c6b29717327388357badda064ef1ced71932406e.tar.gz
tdesvn-c6b29717327388357badda064ef1ced71932406e.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdesvn@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/commandline_part.h')
-rw-r--r--src/commandline_part.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandline_part.h b/src/commandline_part.h
index 74aebda..784ebe9 100644
--- a/src/commandline_part.h
+++ b/src/commandline_part.h
@@ -33,7 +33,7 @@ class commandline_part : public TQObject
Q_OBJECT
TQ_OBJECT
public:
- commandline_part(TQObject *tqparent, const char *name, KCmdLineArgs *args);
+ commandline_part(TQObject *parent, const char *name, KCmdLineArgs *args);
virtual ~commandline_part();
virtual int exec();
private: