diff options
Diffstat (limited to 'kreversi/DESIGN')
-rw-r--r-- | kreversi/DESIGN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kreversi/DESIGN b/kreversi/DESIGN index 8b01b879..893911af 100644 --- a/kreversi/DESIGN +++ b/kreversi/DESIGN @@ -94,7 +94,7 @@ QReversiBoardView A view for a Reversi board. The rest of the game view is implemented in the class QReversiGameView. - Inherits: QWidget. + Inherits: TQWidget. Contains: *QReversiGame (not owner) FIXME: Enhance the view with timing information, clock, etc. |