diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:39:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:39:56 +0900 |
commit | 66d008ccdda6d84f96e2aa7b64fea67735742b17 (patch) | |
tree | f57b84ad948b94094b9c4f479197b44fefcdb6d3 /kpoker | |
parent | 446a628826c40489fea85f82b7d5b1cae8ff33cb (diff) | |
download | tdegames-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 '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. |