summaryrefslogtreecommitdiffstats
path: root/asciiquarium/src/frame.cpp
diff options
context:
space:
mode:
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();