diff options
Diffstat (limited to 'tqtinterface/qt4/tools/makeqpf/main.cpp')
-rw-r--r-- | tqtinterface/qt4/tools/makeqpf/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/tools/makeqpf/main.cpp b/tqtinterface/qt4/tools/makeqpf/main.cpp index 3425549..98f548e 100644 --- a/tqtinterface/qt4/tools/makeqpf/main.cpp +++ b/tqtinterface/qt4/tools/makeqpf/main.cpp @@ -284,7 +284,7 @@ int main(int argc, char** argv) TQStringList r = TQStringList::split(',',ranges); for (TQStringList::Iterator it=r.begin(); it!=r.end(); ++it) { TQString rng = *it; - int dash = rng.tqfind('-'); + int dash = rng.find('-'); int from,to; if ( dash==0 ) { from=0; |