summaryrefslogtreecommitdiffstats
path: root/asciiquarium/src/aasaver.h
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-04-26 18:27:39 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-21 12:19:15 +0900
commit75814a8af5c999a4aa51424b9efdc09b27487a17 (patch)
treed7016aeb0c813626df88a8a60194c70e1cce4f10 /asciiquarium/src/aasaver.h
parente195d279b81235a9e53d8036d170b22cb187fad9 (diff)
downloadtdeartwork-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.h8
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 */