diff options
author | Michele Calgaro <[email protected]> | 2023-09-25 13:39:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-25 20:34:33 +0900 |
commit | 0c1c90f9b03e0c9e157a14840e7552e3bcaef344 (patch) | |
tree | b560f7e57cee43845bf7a565a3f32e1249095811 /kpoker | |
parent | 97aa1eeecf0cbfe017981828b94e55b9e5d2fd71 (diff) | |
download | tdegames-0c1c90f9b03e0c9e157a14840e7552e3bcaef344.tar.gz tdegames-0c1c90f9b03e0c9e157a14840e7552e3bcaef344.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 66d008ccdda6d84f96e2aa7b64fea67735742b17)
Diffstat (limited to 'kpoker')
-rw-r--r-- | kpoker/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpoker/TODO b/kpoker/TODO index fb954169..34fe1f7d 100644 --- a/kpoker/TODO +++ b/kpoker/TODO @@ -18,7 +18,7 @@ - Separate the waving motion into the winner box widget. - - CardImages shouldn't inherit QWidget. + - CardImages shouldn't inherit TQWidget. - Make CardWidget::heldLabel private. |