summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/queuegroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/queuegroup.h')
-rw-r--r--kftpgrabber/src/queuegroup.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kftpgrabber/src/queuegroup.h b/kftpgrabber/src/queuegroup.h
index a8c3562..35efb3d 100644
--- a/kftpgrabber/src/queuegroup.h
+++ b/kftpgrabber/src/queuegroup.h
@@ -36,8 +36,8 @@
#ifndef KFTPQUEUEQUEUEGROUP_H
#define KFTPQUEUEQUEUEGROUP_H
-#include <qguardedptr.h>
-#include <qptrlist.h>
+#include <ntqguardedptr.h>
+#include <ntqptrlist.h>
namespace KFTPQueue {
@@ -54,7 +54,7 @@ class Transfer;
*
* @author Jernej Kos
*/
-class QueueGroup : public QObject {
+class QueueGroup : public TQObject {
Q_OBJECT
public:
/**
@@ -82,8 +82,8 @@ public slots:
void incrementAndExecute();
private:
QueueObject *m_object;
- QPtrListIterator<QueueObject> m_childIterator;
- QGuardedPtr<Transfer> m_lastTransfer;
+ TQPtrListIterator<QueueObject> m_childIterator;
+ TQGuardedPtr<Transfer> m_lastTransfer;
bool m_directories;
signals:
/**