From 93f9fda465964160b66d9252d2cf9b4c284eab50 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdesvn@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/svnfrontend/fronthelpers/propertylist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/svnfrontend/fronthelpers/propertylist.cpp') diff --git a/src/svnfrontend/fronthelpers/propertylist.cpp b/src/svnfrontend/fronthelpers/propertylist.cpp index 118f281..3f74410 100644 --- a/src/svnfrontend/fronthelpers/propertylist.cpp +++ b/src/svnfrontend/fronthelpers/propertylist.cpp @@ -131,7 +131,7 @@ void Propertylist::slotItemRenamed(TQListViewItem*_item,const TQString & text,in bool Propertylist::checkExisting(const TQString&aName,TQListViewItem*it) { if (!it) { - return tqfindItem(aName,0)!=0; + return findItem(aName,0)!=0; } TQListViewItemIterator iter(this); while ( iter.current() ) { -- cgit v1.2.1