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/getalltest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kio/tests/getalltest.cpp') diff --git a/kio/tests/getalltest.cpp b/kio/tests/getalltest.cpp index eab0931fe..58c8d5a3f 100644 --- a/kio/tests/getalltest.cpp +++ b/kio/tests/getalltest.cpp @@ -13,7 +13,7 @@ int main(int argc, char *argv[]) kdDebug() << "All services" << endl; KService::List services = KService::allServices(); kdDebug() << "got " << services.count() << " services" << endl; - QValueListIterator s = services.begin(); + TQValueListIterator s = services.begin(); for ( ; s != services.end() ; ++s ) { kdDebug() << (*s)->name() << " " << (*s)->desktopEntryPath() << endl; @@ -23,7 +23,7 @@ int main(int argc, char *argv[]) kdDebug() << "All mimeTypes" << endl; KMimeType::List mimeTypes = KMimeType::allMimeTypes(); kdDebug() << "got " << mimeTypes.count() << " mimeTypes" << endl; - QValueListIterator m = mimeTypes.begin(); + TQValueListIterator m = mimeTypes.begin(); for ( ; m != mimeTypes.end() ; ++m ) { kdDebug() << (*m)->name() << endl; @@ -32,7 +32,7 @@ int main(int argc, char *argv[]) kdDebug() << "All service types" << endl; KServiceType::List list = KServiceType::allServiceTypes(); kdDebug() << "got " << list.count() << " service types" << endl; - QValueListIterator st = list.begin(); + TQValueListIterator st = list.begin(); for ( ; st != list.end() ; ++st ) { kdDebug() << (*st)->name() << endl; -- cgit v1.2.3