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/editproperty_impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/svnfrontend/editproperty_impl.cpp') diff --git a/src/svnfrontend/editproperty_impl.cpp b/src/svnfrontend/editproperty_impl.cpp index 8fe82fe..626c122 100644 --- a/src/svnfrontend/editproperty_impl.cpp +++ b/src/svnfrontend/editproperty_impl.cpp @@ -137,14 +137,14 @@ void EditProperty_impl::updateToolTip(const TQString & selection) int i; if (isDir) { - i = dirProperties.tqfindIndex(selection); + i = dirProperties.findIndex(selection); if (i >= 0) { comment = dirComments[i]; } else { comment = "No help for this property available"; } } else { - i = fileProperties.tqfindIndex(selection); + i = fileProperties.findIndex(selection); if (i >= 0) { comment = fileComments[i]; } else { -- cgit v1.2.1