summaryrefslogtreecommitdiffstats
path: root/wizards/servertype.h
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/servertype.h')
-rw-r--r--wizards/servertype.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/servertype.h b/wizards/servertype.h
index 8e6954b4..2f660dc5 100644
--- a/wizards/servertype.h
+++ b/wizards/servertype.h
@@ -27,7 +27,7 @@
#include <tqobject.h>
-class ServerType : public QObject
+class ServerType : public TQObject
{
public:
class ConnectionInfo
@@ -50,12 +50,12 @@ class ServerType : public QObject
};
/**
- This map tqcontains the uids and the user visible names
+ This map contains the uids and the user visible names
of a server type.
*/
typedef TQValueList<ConnectionInfo> ConnectionInfoList;
- ServerType( TQObject *parent, const char *name ):TQObject(parent, name) {}
+ ServerType( TQObject *tqparent, const char *name ):TQObject(tqparent, name) {}
virtual ~ServerType() {}
/**
@@ -104,7 +104,7 @@ class ServerType : public QObject
class ServerTypeFactory : public KLibFactory
{
public:
- virtual ServerType *serverType( TQObject *parent, const char *name = 0 ) = 0;
+ virtual ServerType *serverType( TQObject *tqparent, const char *name = 0 ) = 0;
/**
Returns the identifier.