summaryrefslogtreecommitdiffstats
path: root/kreversi/DESIGN
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 13:39:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 13:39:56 +0900
commit66d008ccdda6d84f96e2aa7b64fea67735742b17 (patch)
treef57b84ad948b94094b9c4f479197b44fefcdb6d3 /kreversi/DESIGN
parent446a628826c40489fea85f82b7d5b1cae8ff33cb (diff)
downloadtdegames-66d008ccdda6d84f96e2aa7b64fea67735742b17.tar.gz
tdegames-66d008ccdda6d84f96e2aa7b64fea67735742b17.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kreversi/DESIGN')
-rw-r--r--kreversi/DESIGN2
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.