diff options
Diffstat (limited to 'plugins/applications/kbfxplasmadataplugin.cpp')
-rw-r--r-- | plugins/applications/kbfxplasmadataplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/applications/kbfxplasmadataplugin.cpp b/plugins/applications/kbfxplasmadataplugin.cpp index 070bda2..0bed7de 100644 --- a/plugins/applications/kbfxplasmadataplugin.cpp +++ b/plugins/applications/kbfxplasmadataplugin.cpp @@ -204,7 +204,7 @@ search ( TQString _keyword ) TQString *sPtr = new TQString (); ( *sPtr ) = ( *s )->name () + ( *s )->genericName () + ( *s )->comment (); - if ( ( !sPtr->isNull () ) && sPtr->tqcontains ( _keyword, false ) > 0 ) + if ( ( !sPtr->isNull () ) && sPtr->contains ( _keyword, false ) > 0 ) { KbfxDataSource *data = new KbfxDataSource (); data->setName ( ( *s )->name () ); |