From 3cca6548aefcfe0751ab7b4d70ac71ace486e12e Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 27 Apr 2009 23:43:24 +0200 Subject: Removed underscores from some non-conforming filenames We don't use underscores in the filenames generally, and let's be consistent on that matter. --- src/channel.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/channel.h') diff --git a/src/channel.h b/src/channel.h index b2080d4a..230ca915 100644 --- a/src/channel.h +++ b/src/channel.h @@ -24,7 +24,7 @@ #include -#include "gui/widgets/channeltab.h" +class ChannelTab; class Channel { @@ -43,18 +43,18 @@ class Channel ~Channel(); /** - * Get the id associated witht his channel + * Get the id associated witht his channel. */ int getId() const { return mId; } /** - * Get this channel's name + * Get this channel's name. */ const std::string &getName() const { return mName; } /** - * Get the announcement message for this channel + * Get the announcement message for this channel. */ const std::string &getAnnouncement() const { return mAnnouncement; } -- cgit v1.2.3-70-g09d2