summaryrefslogtreecommitdiffstats
path: root/wizards/servertypemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/servertypemanager.h')
-rw-r--r--wizards/servertypemanager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/wizards/servertypemanager.h b/wizards/servertypemanager.h
index 4d2ae289f..c3070dd40 100644
--- a/wizards/servertypemanager.h
+++ b/wizards/servertypemanager.h
@@ -26,9 +26,10 @@
#include "servertype.h"
-class ServerTypeManager : public QObject
+class ServerTypeManager : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
static ServerTypeManager* self();
@@ -60,7 +61,7 @@ class ServerTypeManager : public QObject
void loadPlugins();
- ServerTypeManager( TQObject *parent, const char *name = 0 );
+ ServerTypeManager( TQObject *tqparent, const char *name = 0 );
static ServerTypeManager* mSelf;