From ab92ecc43d1b4d62e2ef3ac95c337dcee5f5fcc6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 15 May 2014 12:59:29 +0300 Subject: Move chat tab types into separate file. --- src/gui/widgets/tabs/langtab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/tabs/langtab.h') diff --git a/src/gui/widgets/tabs/langtab.h b/src/gui/widgets/tabs/langtab.h index e036e4dd8..49c9c68a0 100644 --- a/src/gui/widgets/tabs/langtab.h +++ b/src/gui/widgets/tabs/langtab.h @@ -22,6 +22,7 @@ #define GUI_WIDGETS_TABS_LANGTAB_H #include "gui/widgets/tabs/chattab.h" +#include "gui/widgets/tabs/chattabtype.h" class LangTab final : public ChatTab { @@ -34,7 +35,7 @@ class LangTab final : public ChatTab ~LangTab(); int getType() const override final A_WARN_UNUSED - { return ChatTab::TAB_LANG; } + { return ChatTabType::LANG; } void saveToLogFile(const std::string &msg) const override final; }; -- cgit v1.2.3-60-g2f50