diff options
Diffstat (limited to 'kenolaba/Move.h')
-rw-r--r-- | kenolaba/Move.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kenolaba/Move.h b/kenolaba/Move.h index 1226d969..5cde59e2 100644 --- a/kenolaba/Move.h +++ b/kenolaba/Move.h @@ -7,7 +7,7 @@ #ifndef _MOVE_H_ #define _MOVE_H_ -#include <qstring.h> +#include <tqstring.h> class Move { @@ -35,7 +35,7 @@ class Move static int maxMoveType() { return move1; } - QString name() const; + TQString name() const; void print() const; |