summaryrefslogtreecommitdiff
path: root/src/channel.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-27 23:43:24 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-29 19:45:53 +0200
commit3cca6548aefcfe0751ab7b4d70ac71ace486e12e (patch)
treed4cc812676bc6f31ed5f1da6fd99fe0410abf9cd /src/channel.cpp
parent9c99cee38effd341889267c8cda6c964af561aa1 (diff)
downloadMana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.tar.gz
Mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.tar.bz2
Mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.tar.xz
Mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.zip
Removed underscores from some non-conforming filenames
We don't use underscores in the filenames generally, and let's be consistent on that matter.
Diffstat (limited to 'src/channel.cpp')
-rw-r--r--src/channel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/channel.cpp b/src/channel.cpp
index a98d315c..154b016d 100644
--- a/src/channel.cpp
+++ b/src/channel.cpp
@@ -21,6 +21,8 @@
#include "channel.h"
+#include "gui/widgets/channeltab.h"
+
Channel::Channel(short id,
const std::string &name,
const std::string &announcement) :