summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/kftpqueueprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/kftpqueueprocessor.h')
-rw-r--r--kftpgrabber/src/kftpqueueprocessor.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kftpgrabber/src/kftpqueueprocessor.h b/kftpgrabber/src/kftpqueueprocessor.h
index ddc00e4..0b38cfa 100644
--- a/kftpgrabber/src/kftpqueueprocessor.h
+++ b/kftpgrabber/src/kftpqueueprocessor.h
@@ -36,10 +36,10 @@
#ifndef KFTPQUEUEPROCESSOR_H
#define KFTPQUEUEPROCESSOR_H
-#include <ntqobject.h>
-#include <ntqthread.h>
-#include <ntqapplication.h>
-#include <ntqguardedptr.h>
+#include <tqobject.h>
+#include <tqthread.h>
+#include <tqapplication.h>
+#include <tqguardedptr.h>
namespace KFTPQueue {
class Site;
@@ -51,7 +51,7 @@ namespace KFTPQueue {
class KFTPQueueProcessor : public TQObject
{
friend class KFTPQueueManager;
-Q_OBJECT
+TQ_OBJECT
public:
KFTPQueueProcessor(TQObject *parent);