summaryrefslogtreecommitdiffstats
path: root/src/ksvnwidgets/depthselector.cpp
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.cpp
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.cpp')
-rw-r--r--src/ksvnwidgets/depthselector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ksvnwidgets/depthselector.cpp b/src/ksvnwidgets/depthselector.cpp
index a732716..9b721a2 100644
--- a/src/ksvnwidgets/depthselector.cpp
+++ b/src/ksvnwidgets/depthselector.cpp
@@ -28,8 +28,8 @@
#include <tqcombobox.h>
-DepthSelector::DepthSelector(TQWidget *tqparent, const char *name)
- :DepthSettings(tqparent, name)
+DepthSelector::DepthSelector(TQWidget *parent, const char *name)
+ :DepthSettings(parent, name)
{
if (svn::Version::version_major()>1|| svn::Version::version_minor()>4 ) {
m_recurse = 0L;