diff options
Diffstat (limited to 'kbackgammon/kbgboard.h')
-rw-r--r-- | kbackgammon/kbgboard.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kbackgammon/kbgboard.h b/kbackgammon/kbgboard.h index 04cac55f..20626825 100644 --- a/kbackgammon/kbgboard.h +++ b/kbackgammon/kbgboard.h @@ -87,7 +87,7 @@ class KBgBoardMove; class KBgBoardHome; class KBgBoardBar; class KBgBoardField; -class KBgBoardTQDice; +class KBgBoardQDice; /** @@ -821,7 +821,7 @@ class KBgBoardMove * * A very simple dialog with two SpinBoxes and two buttons. */ -class KBgBoardTQDice : public TQDialog +class KBgBoardQDice : public TQDialog { Q_OBJECT TQ_OBJECT @@ -831,8 +831,8 @@ public: /** * Constructor and destructor */ - KBgBoardTQDice(const char *name = 0); - virtual ~KBgBoardTQDice(); + KBgBoardQDice(const char *name = 0); + virtual ~KBgBoardQDice(); protected: @@ -855,7 +855,7 @@ public slots: /** * Simple dialog that allows to query the user for the cube value. */ -class KBgBoardTQCube : public TQDialog +class KBgBoardQCube : public TQDialog { Q_OBJECT TQ_OBJECT @@ -865,8 +865,8 @@ public: /** * Constructor and destructor */ - KBgBoardTQCube(int val, bool us, bool them); - virtual ~KBgBoardTQCube(); + KBgBoardQCube(int val, bool us, bool them); + virtual ~KBgBoardQCube(); protected: |