summaryrefslogtreecommitdiff
path: root/src/gui/popups/textpopup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-12 02:29:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-12 15:33:36 +0300
commit11a49b50fb6c2ff20f62f39d8606f54770b6a295 (patch)
treeb53db1081ea5741cc9fe5c3a6dd426fffad803cc /src/gui/popups/textpopup.h
parent2884c80ba3c986eb44c61ec5f973a6c8c6fd2207 (diff)
downloadplus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.tar.gz
plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.tar.bz2
plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.tar.xz
plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.zip
Fix code style
Diffstat (limited to 'src/gui/popups/textpopup.h')
-rw-r--r--src/gui/popups/textpopup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/popups/textpopup.h b/src/gui/popups/textpopup.h
index e1dcb95b8..c36b94838 100644
--- a/src/gui/popups/textpopup.h
+++ b/src/gui/popups/textpopup.h
@@ -21,8 +21,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef GUI_TEXTPOPUP_H
-#define GUI_TEXTPOPUP_H
+#ifndef GUI_POPUPS_TEXTPOPUP_H
+#define GUI_POPUPS_TEXTPOPUP_H
#include "gui/widgets/popup.h"
@@ -78,4 +78,4 @@ class TextPopup final : public Popup
Label *mText[TEXTPOPUPCOUNT];
};
-#endif // GUI_TEXTPOPUP_H
+#endif // GUI_POPUPS_TEXTPOPUP_H