summaryrefslogtreecommitdiffstats
path: root/kbattleship/kbattleship/konnectionhandling.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbattleship/kbattleship/konnectionhandling.h')
-rw-r--r--kbattleship/kbattleship/konnectionhandling.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kbattleship/kbattleship/konnectionhandling.h b/kbattleship/kbattleship/konnectionhandling.h
index 95615d66..598225c5 100644
--- a/kbattleship/kbattleship/konnectionhandling.h
+++ b/kbattleship/kbattleship/konnectionhandling.h
@@ -27,13 +27,14 @@
#include "kbattleshipserver.h"
#include "kmessage.h"
-class KonnectionHandling : public QObject
+class KonnectionHandling : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
enum{SERVER, CLIENT};
- KonnectionHandling(TQWidget *parent, KBattleshipServer *server);
- KonnectionHandling(TQWidget *parent, KBattleshipClient *client);
+ KonnectionHandling(TQWidget *tqparent, KBattleshipServer *server);
+ KonnectionHandling(TQWidget *tqparent, KBattleshipClient *client);
int type() { return m_type; }