summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/pluginloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/pluginloader.h')
-rw-r--r--umbrello/umbrello/pluginloader.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/umbrello/umbrello/pluginloader.h b/umbrello/umbrello/pluginloader.h
index 2841711b..12bdfba5 100644
--- a/umbrello/umbrello/pluginloader.h
+++ b/umbrello/umbrello/pluginloader.h
@@ -19,7 +19,7 @@
#ifndef UMBRELLO_PLUGINLOADER_H
#define UMBRELLO_PLUGINLOADER_H
-// Qt includes
+// TQt includes
#include <tqobject.h>
#include <tqvaluelist.h>
#include <tqmap.h>
@@ -64,9 +64,10 @@ class Plugin;
* method doesn't reference any local variables - it just returns
* a string.
*/
-class PluginLoader : public QObject
+class PluginLoader : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
/** Destry the plugin loader */
~PluginLoader();