From 055401d5dbcb7a509b9d6a6414ba3fc55a23eb82 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/kbfx@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- plugins/recentstuff/kbfxplasmarecentstuff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/recentstuff') diff --git a/plugins/recentstuff/kbfxplasmarecentstuff.cpp b/plugins/recentstuff/kbfxplasmarecentstuff.cpp index 0f1c8fb..ed2e68d 100644 --- a/plugins/recentstuff/kbfxplasmarecentstuff.cpp +++ b/plugins/recentstuff/kbfxplasmarecentstuff.cpp @@ -129,7 +129,7 @@ search ( TQString _keyword ) while ( ( fi = it.current () ) != 0 ) { - if ( fi->fileName ().tqcontains ( _keyword ) > 0 ) + if ( fi->fileName ().contains ( _keyword ) > 0 ) { KDesktopFile *desktop = new KDesktopFile ( fi->filePath () ); -- cgit v1.2.1