diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-12 12:54:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-12 12:54:22 +0300 |
commit | bd7a4a6eb33606a4519cc022c9ff524238a31111 (patch) | |
tree | 6aaafb240b7e1e715694a59abdb7756b355c89c3 /src/gui/widgets/tabs | |
parent | 4bb46638ab42eed2d13efdb2c3d1ed174bc28097 (diff) | |
download | plus-bd7a4a6eb33606a4519cc022c9ff524238a31111.tar.gz plus-bd7a4a6eb33606a4519cc022c9ff524238a31111.tar.bz2 plus-bd7a4a6eb33606a4519cc022c9ff524238a31111.tar.xz plus-bd7a4a6eb33606a4519cc022c9ff524238a31111.zip |
Move WhisperTab into chat subdir.
Diffstat (limited to 'src/gui/widgets/tabs')
-rw-r--r-- | src/gui/widgets/tabs/chat/whispertab.cpp (renamed from src/gui/widgets/tabs/whispertab.cpp) | 2 | ||||
-rw-r--r-- | src/gui/widgets/tabs/chat/whispertab.h (renamed from src/gui/widgets/tabs/whispertab.h) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/widgets/tabs/whispertab.cpp b/src/gui/widgets/tabs/chat/whispertab.cpp index 03b90ca18..f7b49dee8 100644 --- a/src/gui/widgets/tabs/whispertab.cpp +++ b/src/gui/widgets/tabs/chat/whispertab.cpp @@ -20,7 +20,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gui/widgets/tabs/whispertab.h" +#include "gui/widgets/tabs/chat/whispertab.h" #include "chatlogger.h" diff --git a/src/gui/widgets/tabs/whispertab.h b/src/gui/widgets/tabs/chat/whispertab.h index 57c215dd9..5817ff8d6 100644 --- a/src/gui/widgets/tabs/whispertab.h +++ b/src/gui/widgets/tabs/chat/whispertab.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_WIDGETS_TABS_WHISPERTAB_H -#define GUI_WIDGETS_TABS_WHISPERTAB_H +#ifndef GUI_WIDGETS_TABS_CHAT_WHISPERTAB_H +#define GUI_WIDGETS_TABS_CHAT_WHISPERTAB_H #include "gui/widgets/tabs/chat/chattab.h" #include "gui/widgets/tabs/chat/chattabtype.h" @@ -71,4 +71,4 @@ class WhisperTab final : public ChatTab std::string mNick; }; -#endif // GUI_WIDGETS_TABS_WHISPERTAB_H +#endif // GUI_WIDGETS_TABS_CHAT_WHISPERTAB_H |