summaryrefslogtreecommitdiff
path: root/src/gui/windows/textselectdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-29 15:35:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-29 15:35:14 +0300
commita7e43b872137aabb8b0c92037ae69a4555948fe7 (patch)
treecade6b80a4900ccb3396102ce8e22cd1159158dd /src/gui/windows/textselectdialog.h
parentba2ad8131522e3bba0570580fdee3d5f3e0b7ffa (diff)
downloadplus-a7e43b872137aabb8b0c92037ae69a4555948fe7.tar.gz
plus-a7e43b872137aabb8b0c92037ae69a4555948fe7.tar.bz2
plus-a7e43b872137aabb8b0c92037ae69a4555948fe7.tar.xz
plus-a7e43b872137aabb8b0c92037ae69a4555948fe7.zip
Fix code style.
Diffstat (limited to 'src/gui/windows/textselectdialog.h')
-rw-r--r--src/gui/windows/textselectdialog.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/gui/windows/textselectdialog.h b/src/gui/windows/textselectdialog.h
index 86a834d2e..10c49e7b8 100644
--- a/src/gui/windows/textselectdialog.h
+++ b/src/gui/windows/textselectdialog.h
@@ -20,10 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef GUI_WIDGETS_TEXTSELECTDIALOG_H
-#define GUI_WIDGETS_TEXTSELECTDIALOG_H
-
-#include "enums/simpletypes/itemcolor.h"
+#ifndef GUI_WINDOWS_TEXTSELECTDIALOG_H
+#define GUI_WINDOWS_TEXTSELECTDIALOG_H
#include "gui/widgets/window.h"
@@ -31,10 +29,7 @@
#include "listeners/selectionlistener.h"
class Button;
-class Item;
-class Label;
class ScrollArea;
-class ShopItem;
class NamesModel;
class ListBox;
@@ -102,4 +97,4 @@ class TextSelectDialog notfinal : public Window,
int mTag;
};
-#endif // GUI_WIDGETS_TEXTSELECTDIALOG_H
+#endif // GUI_WINDOWS_TEXTSELECTDIALOG_H