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 20:34:33 +0900
commit0c1c90f9b03e0c9e157a14840e7552e3bcaef344 (patch)
treeb560f7e57cee43845bf7a565a3f32e1249095811 /kreversi/DESIGN
parent97aa1eeecf0cbfe017981828b94e55b9e5d2fd71 (diff)
downloadtdegames-1430096056d854e5f7ce0288de7be07001afd733.tar.gz
tdegames-1430096056d854e5f7ce0288de7be07001afd733.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 66d008ccdda6d84f96e2aa7b64fea67735742b17)
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.