summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/fronthelpers/propertyitem.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/svnfrontend/fronthelpers/propertyitem.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/svnfrontend/fronthelpers/propertyitem.h')
-rw-r--r--src/svnfrontend/fronthelpers/propertyitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/fronthelpers/propertyitem.h b/src/svnfrontend/fronthelpers/propertyitem.h
index c72af05..4a826b0 100644
--- a/src/svnfrontend/fronthelpers/propertyitem.h
+++ b/src/svnfrontend/fronthelpers/propertyitem.h
@@ -13,8 +13,8 @@ class PropertyListViewItem:public KListViewItem
public:
static const int _RTTI_ = 1001;
- PropertyListViewItem(KListView *tqparent,const TQString&,const TQString&);
- PropertyListViewItem(KListView *tqparent);
+ PropertyListViewItem(KListView *parent,const TQString&,const TQString&);
+ PropertyListViewItem(KListView *parent);
virtual ~PropertyListViewItem();
const TQString&startName()const{return m_startName;}