diff options
Diffstat (limited to 'src/svnfrontend/fronthelpers/propertylist.cpp')
-rw-r--r-- | src/svnfrontend/fronthelpers/propertylist.cpp | 2 |
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() ) { |