diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | 649f3d48bf88497f3e3214fed6401628bded8bfc (patch) | |
tree | 0d5c164d0e33f646e4806bdae989c5603d2ad7a8 /src/part/scan.cpp | |
parent | 1f0e7cefe5c3898d269460c03b24d58921d48102 (diff) | |
download | filelight-649f3d48bf88497f3e3214fed6401628bded8bfc.tar.gz filelight-649f3d48bf88497f3e3214fed6401628bded8bfc.zip |
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
Diffstat (limited to 'src/part/scan.cpp')
-rw-r--r-- | src/part/scan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |