summaryrefslogtreecommitdiff
path: root/src/touchmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchmanager.cpp')
-rw-r--r--src/touchmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp
index b7b926383..8c4c8b0db 100644
--- a/src/touchmanager.cpp
+++ b/src/touchmanager.cpp
@@ -25,8 +25,8 @@
#include "mouseinput.h"
#include "touchactions.h"
+#include "gui/font.h"
#include "gui/gui.h"
-#include "gui/sdlfont.h"
#include "input/inputmanager.h"
@@ -239,7 +239,7 @@ void TouchManager::draw()
if (!gui)
return;
- SDLFont *const font = boldFont;
+ Font *const font = boldFont;
mainGraphics->setColorAll(Theme::getThemeColor(Theme::TEXT),
Theme::getThemeColor(Theme::TEXT_OUTLINE));
FOR_EACH (TouchItemVectorCIter, it, mObjects)