diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-29 15:35:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-29 15:35:14 +0300 |
commit | a7e43b872137aabb8b0c92037ae69a4555948fe7 (patch) | |
tree | cade6b80a4900ccb3396102ce8e22cd1159158dd /src/gui/windows/textselectdialog.h | |
parent | ba2ad8131522e3bba0570580fdee3d5f3e0b7ffa (diff) | |
download | plus-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.h | 11 |
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 |