summaryrefslogtreecommitdiff
path: root/src/gui/widgets/extendedlistbox.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-17 18:31:23 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-17 18:31:23 +0300
commit9f3eddda4befaf04c0c1a08983f210ee7c77b8ea (patch)
treee08d509274b9bb7cdef72ac6a320028013e8b270 /src/gui/widgets/extendedlistbox.cpp
parentffdf217e5b11b95ca9feb126b1a2e210f553370f (diff)
downloadplus-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.gz
plus-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.bz2
plus-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.xz
plus-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.zip
Move font.cpp/h into fonts directory.
Diffstat (limited to 'src/gui/widgets/extendedlistbox.cpp')
-rw-r--r--src/gui/widgets/extendedlistbox.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/extendedlistbox.cpp b/src/gui/widgets/extendedlistbox.cpp
index ca58bf95b..36bcc365a 100644
--- a/src/gui/widgets/extendedlistbox.cpp
+++ b/src/gui/widgets/extendedlistbox.cpp
@@ -22,9 +22,10 @@
#include "gui/models/extendedlistmodel.h"
-#include "gui/font.h"
#include "gui/skin.h"
+#include "gui/fonts/font.h"
+
#include "gui/models/listmodel.h"
#include "render/graphics.h"