summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/widgets/tabs/chat/tradetab.cpp (renamed from src/gui/widgets/tabs/tradetab.cpp)2
-rw-r--r--src/gui/widgets/tabs/chat/tradetab.h (renamed from src/gui/widgets/tabs/tradetab.h)6
-rw-r--r--src/gui/windows/chatwindow.cpp2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/widgets/tabs/tradetab.cpp b/src/gui/widgets/tabs/chat/tradetab.cpp
index 1642f8804..2f5f0421c 100644
--- a/src/gui/widgets/tabs/tradetab.cpp
+++ b/src/gui/widgets/tabs/chat/tradetab.cpp
@@ -20,7 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "gui/widgets/tabs/tradetab.h"
+#include "gui/widgets/tabs/chat/tradetab.h"
#include "chatlogger.h"
diff --git a/src/gui/widgets/tabs/tradetab.h b/src/gui/widgets/tabs/chat/tradetab.h
index 10c2ee02c..1acd9294b 100644
--- a/src/gui/widgets/tabs/tradetab.h
+++ b/src/gui/widgets/tabs/chat/tradetab.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef GUI_WIDGETS_TABS_TRADETAB_H
-#define GUI_WIDGETS_TABS_TRADETAB_H
+#ifndef GUI_WIDGETS_TABS_CHAT_TRADETAB_H
+#define GUI_WIDGETS_TABS_CHAT_TRADETAB_H
#include "gui/widgets/tabs/chat/chattab.h"
#include "gui/widgets/tabs/chat/chattabtype.h"
@@ -49,4 +49,4 @@ class TradeTab final : public ChatTab
extern TradeTab *tradeChatTab;
-#endif // GUI_WIDGETS_TABS_TRADETAB_H
+#endif // GUI_WIDGETS_TABS_CHAT_TRADETAB_H
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp
index 40a28d6bf..a990d67df 100644
--- a/src/gui/windows/chatwindow.cpp
+++ b/src/gui/windows/chatwindow.cpp
@@ -61,7 +61,7 @@
#include "gui/widgets/scrollarea.h"
#include "gui/widgets/tabs/chat/langtab.h"
-#include "gui/widgets/tabs/tradetab.h"
+#include "gui/widgets/tabs/chat/tradetab.h"
#include "gui/widgets/tabs/whispertab.h"
#include "render/opengldebug.h"