diff options
Diffstat (limited to 'src/gui/widgets/whispertab.cpp')
-rw-r--r-- | src/gui/widgets/whispertab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp index 124b3165..858a2e6b 100644 --- a/src/gui/widgets/whispertab.cpp +++ b/src/gui/widgets/whispertab.cpp @@ -24,7 +24,7 @@ #include "commandhandler.h" #include "localplayer.h" -#include "gui/palette.h" +#include "gui/theme.h" #include "net/chathandler.h" #include "net/net.h" @@ -36,7 +36,7 @@ WhisperTab::WhisperTab(const std::string &nick) : ChatTab(nick), mNick(nick) { - setTabColor(&guiPalette->getColor(Palette::WHISPER)); + setTabColor(&Theme::getThemeColor(Theme::WHISPER)); } WhisperTab::~WhisperTab() |