diff options
author | Michele Calgaro <[email protected]> | 2023-09-25 13:39:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-25 13:39:56 +0900 |
commit | 66d008ccdda6d84f96e2aa7b64fea67735742b17 (patch) | |
tree | f57b84ad948b94094b9c4f479197b44fefcdb6d3 /libtdegames/TODO | |
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 <[email protected]>
Diffstat (limited to 'libtdegames/TODO')
-rw-r--r-- | libtdegames/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/TODO b/libtdegames/TODO index 136c4fdd..5acd38a6 100644 --- a/libtdegames/TODO +++ b/libtdegames/TODO @@ -5,6 +5,6 @@ - 10.07.2001: global decks/carddirs need extensive testing -These pertain to the highscore widget -The Ok button when adding a name should be enabled when the lineedit is filled with a QString of length() > 0 +The Ok button when adding a name should be enabled when the lineedit is filled with a TQString of length() > 0 The lineedit by default should come up with the user name that is loged in. |