summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/fronthelpers/propertylist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/fronthelpers/propertylist.cpp')
-rw-r--r--src/svnfrontend/fronthelpers/propertylist.cpp2
1 files changed, 1 insertions, 1 deletions
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() ) {