diff options
Diffstat (limited to 'libkdegames/kchatbase.cpp')
-rw-r--r-- | libkdegames/kchatbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdegames/kchatbase.cpp b/libkdegames/kchatbase.cpp index 4f0c9931..59babb5d 100644 --- a/libkdegames/kchatbase.cpp +++ b/libkdegames/kchatbase.cpp @@ -182,7 +182,7 @@ public: TQFont mSystemMessageFont; }; -KChatBase::KChatBase(TQWidget* tqparent, bool noComboBox) : TQFrame(tqparent) +KChatBase::KChatBase(TQWidget* parent, bool noComboBox) : TQFrame(parent) { init(noComboBox); } |