summaryrefslogtreecommitdiffstats
path: root/libkdegames/kchat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdegames/kchat.cpp')
-rw-r--r--libkdegames/kchat.cpp2
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();
}