summaryrefslogtreecommitdiff
path: root/src/gui/models/themesmodel.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-22 22:28:59 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-22 22:28:59 +0300
commit56c7ed4647d168842bda18ee797e735ccc5fd557 (patch)
tree34caf81ea253d331b1c2baf30e5ced3d73c2486d /src/gui/models/themesmodel.h
parent4adbe6036ac29080bb8d02d92efe1175209a85a3 (diff)
downloadplus-56c7ed4647d168842bda18ee797e735ccc5fd557.tar.gz
plus-56c7ed4647d168842bda18ee797e735ccc5fd557.tar.bz2
plus-56c7ed4647d168842bda18ee797e735ccc5fd557.tar.xz
plus-56c7ed4647d168842bda18ee797e735ccc5fd557.zip
Move themesmodel into gui/models directory.
Diffstat (limited to 'src/gui/models/themesmodel.h')
-rw-r--r--src/gui/models/themesmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/models/themesmodel.h b/src/gui/models/themesmodel.h
index b8b9dbae6..b19c698fc 100644
--- a/src/gui/models/themesmodel.h
+++ b/src/gui/models/themesmodel.h
@@ -22,6 +22,8 @@
#ifndef GUI_MODELS_THEMESMODEL_H
#define GUI_MODELS_THEMESMODEL_H
+#include "gui/theme.h"
+
#include "gui/models/namesmodel.h"
#include "utils/gettext.h"