From 8aaae9e3eca7853e9c693d2401f721d75209acf7 Mon Sep 17 00:00:00 2001 From: skyhusker Date: Thu, 03 Feb 2005 21:47:50 +0000 Subject: Added DCC receive support --- (limited to 'noncore/net/opieirc/ircsession.h') diff --git a/noncore/net/opieirc/ircsession.h b/noncore/net/opieirc/ircsession.h index 7c91893..23a2540 100644 --- a/noncore/net/opieirc/ircsession.h +++ b/noncore/net/opieirc/ircsession.h @@ -30,6 +30,7 @@ #include "ircoutput.h" class IRCMessageParser; +class IRCServerTab; /* The IRCSession stores all information relating to the connection to one IRC server. IRCSession makes it possible to run multiple @@ -39,7 +40,7 @@ class IRCSession : public QObject { friend class IRCMessageParser; Q_OBJECT public: - IRCSession(QWidget *parent, IRCServer *server); + IRCSession(QObject *parent, IRCServer *server); ~IRCSession(); void join(QString channel); @@ -90,7 +91,6 @@ protected: QList m_people; QString m_validUsermodes; QString m_validChannelmodes; - QWidget *m_parent; }; #endif /* __IRCSESSION_H */ -- cgit v0.9.0.2