diff options
Diffstat (limited to 'libkdegames/kchat.h')
-rw-r--r-- | libkdegames/kchat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdegames/kchat.h b/libkdegames/kchat.h index a28578c7..f6867c68 100644 --- a/libkdegames/kchat.h +++ b/libkdegames/kchat.h @@ -39,12 +39,12 @@ class KDE_EXPORT KChat : public KChatBase TQ_OBJECT public: /** - * @param tqparent The tqparent widget for this widget. + * @param parent The parent widget for this widget. * @param twoPlayerGame If true the combo box where the player can * choose to send to a single player or to all players will not be added * as you will hardly need it in 2-player games. **/ - KChat(TQWidget* tqparent, bool twoPlayerGame = false); + KChat(TQWidget* parent, bool twoPlayerGame = false); virtual ~KChat(); |