From c6b29717327388357badda064ef1ced71932406e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: 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 --- src/svnfrontend/fronthelpers/propertylist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/svnfrontend/fronthelpers/propertylist.cpp') diff --git a/src/svnfrontend/fronthelpers/propertylist.cpp b/src/svnfrontend/fronthelpers/propertylist.cpp index 3f74410..0c7c705 100644 --- a/src/svnfrontend/fronthelpers/propertylist.cpp +++ b/src/svnfrontend/fronthelpers/propertylist.cpp @@ -25,8 +25,8 @@ #include -Propertylist::Propertylist(TQWidget *tqparent, const char *name) - : KListView(tqparent, name),m_commitit(false) +Propertylist::Propertylist(TQWidget *parent, const char *name) + : KListView(parent, name),m_commitit(false) { addColumn(i18n("Property")); addColumn(i18n("Value")); -- cgit v1.2.1