diff options
Diffstat (limited to 'libkdegames/kchat.cpp')
-rw-r--r-- | libkdegames/kchat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdegames/kchat.cpp b/libkdegames/kchat.cpp index 71471497..2a9c3913 100644 --- a/libkdegames/kchat.cpp +++ b/libkdegames/kchat.cpp @@ -36,7 +36,7 @@ public: int mFromId; }; -KChat::KChat(TQWidget* tqparent, bool twoPlayerGame) : KChatBase(tqparent, twoPlayerGame) +KChat::KChat(TQWidget* parent, bool twoPlayerGame) : KChatBase(parent, twoPlayerGame) { init(); } |