summaryrefslogtreecommitdiffstats
path: root/src/ksvnwidgets/depthselector.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/ksvnwidgets/depthselector.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/ksvnwidgets/depthselector.h')
-rw-r--r--src/ksvnwidgets/depthselector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksvnwidgets/depthselector.h b/src/ksvnwidgets/depthselector.h
index f6b9e2b..2a78df9 100644
--- a/src/ksvnwidgets/depthselector.h
+++ b/src/ksvnwidgets/depthselector.h
@@ -30,7 +30,7 @@ class DepthSelector: public DepthSettings {
Q_OBJECT
TQ_OBJECT
public:
- DepthSelector(TQWidget *tqparent = 0, const char *name = 0);
+ DepthSelector(TQWidget *parent = 0, const char *name = 0);
virtual ~DepthSelector();
svn::Depth getDepth()const;
void addItemWidget(TQWidget*);