diff options
Diffstat (limited to 'kpf/src/KPFInterface.cpp')
-rw-r--r-- | kpf/src/KPFInterface.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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<KPF::WebServer> l(KPF::WebServerManager::instance()->serverListLocal()); + TQList<KPF::WebServer> l(KPF::WebServerManager::instance()->serverListLocal()); TQStringList ret; - for (QListIterator<KPF::WebServer> it(l); it.current(); ++it) + for (TQListIterator<KPF::WebServer> it(l); it.current(); ++it) ret << it.current()->root(); return ret; |