From 1a5dc271114432e0e598af499c076bfbf69ff972 Mon Sep 17 00:00:00 2001 From: skyhusker Date: Wed, 02 Feb 2005 13:40:47 +0000 Subject: Added a pointer to the mainwindow because it's needed by the dcc confirmation dialog --- (limited to 'noncore/net/opieirc/ircsession.h') diff --git a/noncore/net/opieirc/ircsession.h b/noncore/net/opieirc/ircsession.h index 3859b68..7c91893 100644 --- a/noncore/net/opieirc/ircsession.h +++ b/noncore/net/opieirc/ircsession.h @@ -39,7 +39,7 @@ class IRCSession : public QObject { friend class IRCMessageParser; Q_OBJECT public: - IRCSession(IRCServer *server); + IRCSession(QWidget *parent, IRCServer *server); ~IRCSession(); void join(QString channel); @@ -90,6 +90,7 @@ protected: QList m_people; QString m_validUsermodes; QString m_validChannelmodes; + QWidget *m_parent; }; #endif /* __IRCSESSION_H */ -- cgit v0.9.0.2