From 649f3d48bf88497f3e3214fed6401628bded8bfc 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/filelight@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/part/scan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/part/scan.cpp') diff --git a/src/part/scan.cpp b/src/part/scan.cpp index 4dfbb5d..77a0cef 100644 --- a/src/part/scan.cpp +++ b/src/part/scan.cpp @@ -122,7 +122,7 @@ namespace Filelight else { //something went wrong, we couldn't find the directory we were expecting - error() << "Didn't tqfind " << path << " in the cache!\n"; + error() << "Didn't find " << path << " in the cache!\n"; delete it.remove(); //safest to get rid of it break; //do a full scan } -- cgit v1.2.1