diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-12 12:12:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-12 12:12:21 +0300 |
commit | 1b989262bdce0080c83aefc258cdbdaa38648b7d (patch) | |
tree | 4a749259b2ed021473a8b759b79b6d2bc1579413 /src/gui | |
parent | de8e1e4b7ad775aee03f9faf137194e38d19574b (diff) | |
download | plus-1b989262bdce0080c83aefc258cdbdaa38648b7d.tar.gz plus-1b989262bdce0080c83aefc258cdbdaa38648b7d.tar.bz2 plus-1b989262bdce0080c83aefc258cdbdaa38648b7d.tar.xz plus-1b989262bdce0080c83aefc258cdbdaa38648b7d.zip |
Move GmTab into chat subdir.
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 |