summaryrefslogtreecommitdiff
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-14 23:08:15 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-14 23:08:15 +0300
commit667cce07fe604b3983bf6e409fe5e9137fa5e81a (patch)
tree9e8d37092de278da6aee7475fc65db828642ad32 /src/gui/widgets
parente149243eb20a1bb74657914122bcabc01de2ae36 (diff)
downloadplus-667cce07fe604b3983bf6e409fe5e9137fa5e81a.tar.gz
plus-667cce07fe604b3983bf6e409fe5e9137fa5e81a.tar.bz2
plus-667cce07fe604b3983bf6e409fe5e9137fa5e81a.tar.xz
plus-667cce07fe604b3983bf6e409fe5e9137fa5e81a.zip
Move chat tab consts into separate file.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/tabs/chattab.h3
-rw-r--r--src/gui/widgets/tabs/tradetab.cpp2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/widgets/tabs/chattab.h b/src/gui/widgets/tabs/chattab.h
index a46279483..84c00fdfc 100644
--- a/src/gui/widgets/tabs/chattab.h
+++ b/src/gui/widgets/tabs/chattab.h
@@ -32,9 +32,6 @@
class ScrollArea;
-const std::string GENERAL_CHANNEL = "";
-const std::string TRADE_CHANNEL = "";
-
/**
* A tab for the chat window. This is special to ease chat handling.
*/
diff --git a/src/gui/widgets/tabs/tradetab.cpp b/src/gui/widgets/tabs/tradetab.cpp
index fbf10dc9b..12fa0d3a5 100644
--- a/src/gui/widgets/tabs/tradetab.cpp
+++ b/src/gui/widgets/tabs/tradetab.cpp
@@ -24,6 +24,8 @@
#include "chatlogger.h"
+#include "gui/chatconsts.h"
+
#include "utils/gettext.h"
#include "debug.h"