summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircchannel.cpp
Unidiff
Diffstat (limited to 'noncore/net/opieirc/ircchannel.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/ircchannel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/net/opieirc/ircchannel.cpp b/noncore/net/opieirc/ircchannel.cpp
index 9814a26..5c380e5 100644
--- a/noncore/net/opieirc/ircchannel.cpp
+++ b/noncore/net/opieirc/ircchannel.cpp
@@ -1,14 +1,13 @@
1#include "ircchannel.h" 1#include "ircchannel.h"
2#include <stdio.h>
3 2
4IRCChannel::IRCChannel(QString channelname) { 3IRCChannel::IRCChannel(QString channelname) {
5 m_hasPeople = FALSE; 4 m_hasPeople = FALSE;
6 m_channelname = channelname; 5 m_channelname = channelname;
7} 6}
8 7
9IRCChannel::~IRCChannel() { 8IRCChannel::~IRCChannel() {
10 /* We want this to get deleted */ 9 /* We want this to get deleted */
11 m_people.setAutoDelete(TRUE); 10 m_people.setAutoDelete(TRUE);
12} 11}
13 12
14QString IRCChannel::channelname() { 13QString IRCChannel::channelname() {