diff options
Diffstat (limited to 'kode/kwsdl/parser.cpp')
-rw-r--r-- | kode/kwsdl/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/kwsdl/parser.cpp b/kode/kwsdl/parser.cpp index b8512490b..6e2a37dc0 100644 --- a/kode/kwsdl/parser.cpp +++ b/kode/kwsdl/parser.cpp @@ -27,7 +27,7 @@ using namespace KWSDL; static TQString sns( const TQString &str ) { - int pos = str.tqfind( ':' ); + int pos = str.find( ':' ); if ( pos != -1 ) return str.mid( pos + 1 ); else |