summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/kftppluginmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/misc/kftppluginmanager.h')
-rw-r--r--kftpgrabber/src/misc/kftppluginmanager.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kftpgrabber/src/misc/kftppluginmanager.h b/kftpgrabber/src/misc/kftppluginmanager.h
index b377a62..c411580 100644
--- a/kftpgrabber/src/misc/kftppluginmanager.h
+++ b/kftpgrabber/src/misc/kftppluginmanager.h
@@ -36,10 +36,10 @@
#ifndef KFTPPLUGINMANAGER_H
#define KFTPPLUGINMANAGER_H
-#include <kparts/componentfactory.h>
+#include <tdeparts/componentfactory.h>
-#include <qobject.h>
-#include <qptrlist.h>
+#include <ntqobject.h>
+#include <ntqptrlist.h>
class KFTPBookmarkImportPlugin;
@@ -49,11 +49,11 @@ class KFTPBookmarkImportPlugin;
*
* @author Jernej Kos
*/
-class KFTPPluginManager : public QObject
+class KFTPPluginManager : public TQObject
{
Q_OBJECT
public:
- KFTPPluginManager(QObject *parent = 0, const char *name = 0);
+ KFTPPluginManager(TQObject *parent = 0, const char *name = 0);
static KFTPPluginManager *getInstance();
/**
@@ -74,7 +74,7 @@ public:
*
* @return List of all laoded import plugins
*/
- KTrader::OfferList getImportPlugins();
+ TDETrader::OfferList getImportPlugins();
private:
static KFTPPluginManager *m_instance;
};