diff options
Diffstat (limited to 'khotkeys/shared/khotkeysglobal.cpp')
-rw-r--r-- | khotkeys/shared/khotkeysglobal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/shared/khotkeysglobal.cpp b/khotkeys/shared/khotkeysglobal.cpp index 4c6b8360c..8eb159d3c 100644 --- a/khotkeys/shared/khotkeysglobal.cpp +++ b/khotkeys/shared/khotkeysglobal.cpp @@ -65,7 +65,7 @@ TQString get_menu_entry_from_path( const TQString& path_P ) for( TQStringList::ConstIterator it = dirs.begin(); it != dirs.end(); ++it ) - if( path_P.find( *it ) == 0 ) + if( path_P.tqfind( *it ) == 0 ) { TQString ret = path_P; ret.remove( 0, (*it).length()); |