summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-24 17:04:09 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-24 17:04:09 +0300
commitffe46c13ca8e4393901db1226a6da11722c8f428 (patch)
tree8ef23466a86f2ab46e4bad7c46e3bac9d71613da /src/gui
parentb00b2fb5f1a827508f42f95feb0c0510a118914c (diff)
downloadplus-ffe46c13ca8e4393901db1226a6da11722c8f428.tar.gz
plus-ffe46c13ca8e4393901db1226a6da11722c8f428.tar.bz2
plus-ffe46c13ca8e4393901db1226a6da11722c8f428.tar.xz
plus-ffe46c13ca8e4393901db1226a6da11722c8f428.zip
Move type Modal into separate file.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/dialogsmanager.h1
-rw-r--r--src/gui/widgets/dropdown.h1
-rw-r--r--src/gui/widgets/popuplist.h1
-rw-r--r--src/gui/widgets/window.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/dialogsmanager.h b/src/gui/dialogsmanager.h
index 4f8780cb4..270f29cc1 100644
--- a/src/gui/dialogsmanager.h
+++ b/src/gui/dialogsmanager.h
@@ -23,6 +23,7 @@
#ifndef GUI_DIALOGSMANAGER_H
#define GUI_DIALOGSMANAGER_H
+#include "enums/simpletypes/modal.h"
#include "enums/simpletypes/simpletypes.h"
#include "listeners/attributelistener.h"
diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h
index 979ba024c..2e5c32300 100644
--- a/src/gui/widgets/dropdown.h
+++ b/src/gui/widgets/dropdown.h
@@ -23,6 +23,7 @@
#ifndef GUI_WIDGETS_DROPDOWN_H
#define GUI_WIDGETS_DROPDOWN_H
+#include "enums/simpletypes/modal.h"
#include "enums/simpletypes/simpletypes.h"
#include "gui/widgets/basiccontainer.h"
diff --git a/src/gui/widgets/popuplist.h b/src/gui/widgets/popuplist.h
index fa59107af..7158b1943 100644
--- a/src/gui/widgets/popuplist.h
+++ b/src/gui/widgets/popuplist.h
@@ -21,6 +21,7 @@
#ifndef GUI_WIDGETS_POPUPLIST_H
#define GUI_WIDGETS_POPUPLIST_H
+#include "enums/simpletypes/modal.h"
#include "enums/simpletypes/simpletypes.h"
#include "gui/widgets/popup.h"
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h
index a812e135a..904a7914a 100644
--- a/src/gui/widgets/window.h
+++ b/src/gui/widgets/window.h
@@ -66,6 +66,7 @@
#ifndef GUI_WIDGETS_WINDOW_H
#define GUI_WIDGETS_WINDOW_H
+#include "enums/simpletypes/modal.h"
#include "enums/simpletypes/simpletypes.h"
#include "listeners/mouselistener.h"