diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-04-26 18:27:39 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-21 12:19:15 +0900 |
commit | 75814a8af5c999a4aa51424b9efdc09b27487a17 (patch) | |
tree | d7016aeb0c813626df88a8a60194c70e1cce4f10 /asciiquarium/src/aasaver.h | |
parent | e195d279b81235a9e53d8036d170b22cb187fad9 (diff) | |
download | tdeartwork-75814a8af5c999a4aa51424b9efdc09b27487a17.tar.gz tdeartwork-75814a8af5c999a4aa51424b9efdc09b27487a17.zip |
asciiquarium: Convert to tqt3 library.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 1837fdeebf16e0430674131621907e6e71dd409f)
Diffstat (limited to 'asciiquarium/src/aasaver.h')
-rw-r--r-- | asciiquarium/src/aasaver.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asciiquarium/src/aasaver.h b/asciiquarium/src/aasaver.h index 131b67b9..725378c4 100644 --- a/asciiquarium/src/aasaver.h +++ b/asciiquarium/src/aasaver.h @@ -58,7 +58,7 @@ class Sprite; * examples for creating a Frame. * * The Frame supports transparency and colors, and will convert the textual data - * into a QPixmap representation on demand in order to reduce CPU load (at the + * into a TQPixmap representation on demand in order to reduce CPU load (at the * expense of a slight memory usage increase for each sprite). * * Screen handles the timing for the project, and at each timeout will call @@ -93,10 +93,10 @@ public: } /** - * Returns a QString holding a color mask, created by choosing random colors + * Returns a TQString holding a color mask, created by choosing random colors * to replace numbers in \p color_mask. */ - static QString randColor(QString color_mask); + static TQString randColor(TQString color_mask); /// Adds the castle sprite to the screen. void addCastle(); @@ -191,7 +191,7 @@ public: /** * Reimplemented to update the widget when it gets dirty. */ - virtual void paintEvent(QPaintEvent* pe); + virtual void paintEvent(TQPaintEvent* pe); }; #endif /* AA_AASAVER_H */ |