diff options
Diffstat (limited to 'libkdegames/kgame/kgameio.h')
-rw-r--r-- | libkdegames/kgame/kgameio.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libkdegames/kgame/kgameio.h b/libkdegames/kgame/kgameio.h index 6f6a6ae9..510ab0b7 100644 --- a/libkdegames/kgame/kgameio.h +++ b/libkdegames/kgame/kgameio.h @@ -199,9 +199,9 @@ public: * this,TQT_SLOT(slotKeyInput(KGameIO *,TQDataStream &,TQKeyEvent *,bool *))); * \endcode * - * @param tqparent The parents widget whose keyboard events * should be grabbed + * @param parent The parents widget whose keyboard events * should be grabbed */ - KGameKeyIO(TQWidget *tqparent); + KGameKeyIO(TQWidget *parent); virtual ~KGameKeyIO(); /** @@ -265,10 +265,10 @@ public: * this,TQT_SLOT(slotMouseInput(KGameIO *,TQDataStream &,TQMouseEvent *,bool *))); * \endcode * - * @param tqparent The widget whose events should be captured + * @param parent The widget whose events should be captured * @param trackmouse enables mouse tracking (gives mouse move events) */ - KGameMouseIO(TQWidget *tqparent,bool trackmouse=false); + KGameMouseIO(TQWidget *parent,bool trackmouse=false); virtual ~KGameMouseIO(); /** |