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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbattleship/kbattleship/konnectionhandling.h b/kbattleship/kbattleship/konnectionhandling.h
index 598225c5..941f1384 100644
--- a/kbattleship/kbattleship/konnectionhandling.h
+++ b/kbattleship/kbattleship/konnectionhandling.h
@@ -33,8 +33,8 @@ class KonnectionHandling : public TQObject
TQ_OBJECT
public:
enum{SERVER, CLIENT};
- KonnectionHandling(TQWidget *tqparent, KBattleshipServer *server);
- KonnectionHandling(TQWidget *tqparent, KBattleshipClient *client);
+ KonnectionHandling(TQWidget *parent, KBattleshipServer *server);
+ KonnectionHandling(TQWidget *parent, KBattleshipClient *client);
int type() { return m_type; }