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.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/noncore/net/opieirc/ircsettings.h b/noncore/net/opieirc/ircsettings.h
index cb8d896..56e667b 100644
--- a/noncore/net/opieirc/ircsettings.h
+++ b/noncore/net/opieirc/ircsettings.h
@@ -27,3 +27,5 @@
27 27
28namespace Opie {
28class OColorButton; 29class OColorButton;
30}
29 31
@@ -38,9 +40,9 @@ protected:
38 Config *m_config; 40 Config *m_config;
39 OColorButton *m_background; 41 Opie::OColorButton *m_background;
40 OColorButton *m_text; 42 Opie::OColorButton *m_text;
41 OColorButton *m_error; 43 Opie::OColorButton *m_error;
42 OColorButton *m_self; 44 Opie::OColorButton *m_self;
43 OColorButton *m_server; 45 Opie::OColorButton *m_server;
44 OColorButton *m_other; 46 Opie::OColorButton *m_other;
45 OColorButton *m_notification; 47 Opie::OColorButton *m_notification;
46 QLineEdit *m_lines; 48 QLineEdit *m_lines;