diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/widgets/tabs/chat/gmtab.cpp (renamed from src/gui/widgets/tabs/gmtab.cpp) | 2 | ||||
-rw-r--r-- | src/gui/widgets/tabs/chat/gmtab.h (renamed from src/gui/widgets/tabs/gmtab.h) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/widgets/tabs/gmtab.cpp b/src/gui/widgets/tabs/chat/gmtab.cpp index a4a4a9022..2a80b4fd3 100644 --- a/src/gui/widgets/tabs/gmtab.cpp +++ b/src/gui/widgets/tabs/chat/gmtab.cpp @@ -18,7 +18,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gui/widgets/tabs/gmtab.h" +#include "gui/widgets/tabs/chat/gmtab.h" #include "chatlogger.h" diff --git a/src/gui/widgets/tabs/gmtab.h b/src/gui/widgets/tabs/chat/gmtab.h index ebd171a5e..f71f7e14f 100644 --- a/src/gui/widgets/tabs/gmtab.h +++ b/src/gui/widgets/tabs/chat/gmtab.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_WIDGETS_TABS_GMTAB_H -#define GUI_WIDGETS_TABS_GMTAB_H +#ifndef GUI_WIDGETS_TABS_CHAT_GMTAB_H +#define GUI_WIDGETS_TABS_CHAT_GMTAB_H #include "gui/widgets/tabs/chat/chattab.h" #include "gui/widgets/tabs/chat/chattabtype.h" @@ -51,4 +51,4 @@ class GmTab final : public ChatTab extern GmTab *gmChatTab; -#endif // GUI_WIDGETS_TABS_GMTAB_H +#endif // GUI_WIDGETS_TABS_CHAT_GMTAB_H |