From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kio/tests/kionetrctest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kio/tests/kionetrctest.cpp') 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::ConstIterator it = l.macdef.begin(); + TQMap::ConstIterator it = l.macdef.begin(); for ( ; it != l.macdef.end(); ++it ) { kdDebug() << "Macro: " << it.key() << "= " -- cgit v1.2.1