summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs
diff options
context:
space:
mode:
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