summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircsettings.h
Unidiff
Diffstat (limited to 'noncore/net/opieirc/ircsettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/ircsettings.h18
1 files changed, 10 insertions, 8 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
@@ -24,4 +24,5 @@
24#include <qpe/config.h> 24#include <qpe/config.h>
25#include <qdialog.h> 25#include <qdialog.h>
26#include <qlineedit.h>
26 27
27class IRCSettings : public QDialog { 28class IRCSettings : public QDialog {
@@ -34,12 +35,13 @@ protected slots:
34 void accept(); 35 void accept();
35protected: 36protected:
36 Config *m_config; 37 Config *m_config;
37 QWidget *m_background; 38 QWidget *m_background;
38 QWidget *m_text; 39 QWidget *m_text;
39 QWidget *m_error; 40 QWidget *m_error;
40 QWidget *m_self; 41 QWidget *m_self;
41 QWidget *m_server; 42 QWidget *m_server;
42 QWidget *m_other; 43 QWidget *m_other;
43 QWidget *m_notification; 44 QWidget *m_notification;
45 QLineEdit *m_lines;
44}; 46};
45 47