summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/kftpapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/misc/kftpapi.h')
-rw-r--r--kftpgrabber/src/misc/kftpapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kftpgrabber/src/misc/kftpapi.h b/kftpgrabber/src/misc/kftpapi.h
index 3a77ab4..0c2768b 100644
--- a/kftpgrabber/src/misc/kftpapi.h
+++ b/kftpgrabber/src/misc/kftpapi.h
@@ -37,7 +37,7 @@
#define KFTPAPI_H
#include <config.h>
-#include <qobject.h>
+#include <ntqobject.h>
#include "mainwindow.h"
@@ -48,7 +48,7 @@ class KFTPZeroConf;
/**
@author Jernej Kos
*/
-class KFTPAPI : public QObject
+class KFTPAPI : public TQObject
{
Q_OBJECT
friend class MainWindow;