diff options
Diffstat (limited to 'libkdegames/kchatdialog.h')
-rw-r--r-- | libkdegames/kchatdialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libkdegames/kchatdialog.h b/libkdegames/kchatdialog.h index 853dd94a..5e5ff70d 100644 --- a/libkdegames/kchatdialog.h +++ b/libkdegames/kchatdialog.h @@ -30,18 +30,19 @@ class KChatDialogPrivate; class KDE_EXPORT KChatDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: /** * Construct a KChatDialog widget **/ - KChatDialog(TQWidget* parent, bool modal = false); + KChatDialog(TQWidget* tqparent, 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* parent, bool modal = false); + KChatDialog(KChatBase* chatWidget, TQWidget* tqparent, bool modal = false); /** * Destruct the dialog |