From 69cac65817d949cda2672ec4f0aa73d5e66a0ba1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 22 Jun 2011 00:30:31 +0000 Subject: TQt4 port kdenetwork This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpf/src/KPFInterface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpf/src/KPFInterface.cpp') diff --git a/kpf/src/KPFInterface.cpp b/kpf/src/KPFInterface.cpp index cc9c4bc5..47e4acef 100644 --- a/kpf/src/KPFInterface.cpp +++ b/kpf/src/KPFInterface.cpp @@ -37,14 +37,14 @@ KPFInterface::~KPFInterface() // Empty. } - QStringList + TQStringList KPFInterface::serverRootList() { - QList l(KPF::WebServerManager::instance()->serverListLocal()); + TQList l(KPF::WebServerManager::instance()->serverListLocal()); TQStringList ret; - for (QListIterator it(l); it.current(); ++it) + for (TQListIterator it(l); it.current(); ++it) ret << it.current()->root(); return ret; -- cgit v1.2.1