summaryrefslogtreecommitdiffstats
path: root/asciiquarium/src/frame.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-04-26 18:28:44 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-21 12:19:24 +0900
commitc2217d557536ce6c8b6fd255803113ef45f5dc4c (patch)
treeae40cf78fd9dd4925b876c840b04194c8f631871 /asciiquarium/src/frame.cpp
parent75814a8af5c999a4aa51424b9efdc09b27487a17 (diff)
downloadtdeartwork-c2217d55.tar.gz
tdeartwork-c2217d55.zip
asciiquarium: Convert to tdelibs library.
Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit b0ef1b76e6bc94f5a8a35b9a43573eab81bca459)
Diffstat (limited to 'asciiquarium/src/frame.cpp')
-rw-r--r--asciiquarium/src/frame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/asciiquarium/src/frame.cpp b/asciiquarium/src/frame.cpp
index 9f73e1fe..ef5997f1 100644
--- a/asciiquarium/src/frame.cpp
+++ b/asciiquarium/src/frame.cpp
@@ -25,7 +25,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <kglobalsettings.h>
+#include <tdeglobalsettings.h>
#include <kdebug.h>
#include <ntqvaluevector.h>
@@ -55,7 +55,7 @@ void Frame::convertDataToPixmap(const Screen *screen)
p.begin(&pix, true);
p2.begin(&mask, true);
- p.setFont(KGlobalSettings::fixedFont());
+ p.setFont(TDEGlobalSettings::fixedFont());
TQFontMetrics fm(p.font());
int leadHeight = fm.leading() + fm.descent();