summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircsettings.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opieirc/ircsettings.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opieirc/ircsettings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/opieirc/ircsettings.h b/noncore/net/opieirc/ircsettings.h
index 1d3aeb7..190abaf 100644
--- a/noncore/net/opieirc/ircsettings.h
+++ b/noncore/net/opieirc/ircsettings.h
@@ -22,8 +22,9 @@
#define __IRCSETTINGS_H
#include <qpe/config.h>
#include <qdialog.h>
+#include <qlineedit.h>
class IRCSettings : public QDialog {
Q_OBJECT
public:
@@ -40,7 +41,8 @@ protected:
QWidget *m_self;
QWidget *m_server;
QWidget *m_other;
QWidget *m_notification;
+ QLineEdit *m_lines;
};
#endif /* __IRCSETTINGS_H */