diff options
Diffstat (limited to 'libkdegames/kchatdialog.h')
-rw-r--r-- | libkdegames/kchatdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdegames/kchatdialog.h b/libkdegames/kchatdialog.h index 5e5ff70d..8b374788 100644 --- a/libkdegames/kchatdialog.h +++ b/libkdegames/kchatdialog.h @@ -35,14 +35,14 @@ public: /** * Construct a KChatDialog widget **/ - KChatDialog(TQWidget* tqparent, bool modal = false); + KChatDialog(TQWidget* parent, bool modal = false); /** * Construct a KChatDialog widget which automatically configures the * @ref KChatBase widget. You probably want to use this as you don't * have to care about the configuration stuff yourself. **/ - KChatDialog(KChatBase* chatWidget, TQWidget* tqparent, bool modal = false); + KChatDialog(KChatBase* chatWidget, TQWidget* parent, bool modal = false); /** * Destruct the dialog |