diff options
Diffstat (limited to 'plugins/recentstuff')
-rw-r--r-- | plugins/recentstuff/kbfxplasmarecentstuff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 () ); |