diff options
Diffstat (limited to 'kio/tests/kionetrctest.cpp')
-rw-r--r-- | kio/tests/kionetrctest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/kionetrctest.cpp b/kio/tests/kionetrctest.cpp index 977603426..852a06453 100644 --- a/kio/tests/kionetrctest.cpp +++ b/kio/tests/kionetrctest.cpp @@ -26,7 +26,7 @@ void output( const KURL& u ) << "Login: " << l.login << endl << "Password: " << l.password << endl; - QMap<QString,QStringList>::ConstIterator it = l.macdef.begin(); + TQMap<TQString,TQStringList>::ConstIterator it = l.macdef.begin(); for ( ; it != l.macdef.end(); ++it ) { kdDebug() << "Macro: " << it.key() << "= " |