author | ar <ar> | 2004-09-09 14:08:16 (UTC) |
---|---|---|
committer | ar <ar> | 2004-09-09 14:08:16 (UTC) |
commit | 4e798036b423bcb8800f125357591e48b84594c8 (patch) (unidiff) | |
tree | 910654191df3bbf0972a35c05b3057455f895a81 | |
parent | b3259d2dcf3599828a4eaa0d8de8148ca1839aef (diff) | |
download | opie-4e798036b423bcb8800f125357591e48b84594c8.zip opie-4e798036b423bcb8800f125357591e48b84594c8.tar.gz opie-4e798036b423bcb8800f125357591e48b84594c8.tar.bz2 |
- fix compile problems
-rw-r--r-- | noncore/net/opieirc/ircchanneltab.cpp | 2 | ||||
-rw-r--r-- | noncore/net/opieirc/ircservertab.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/noncore/net/opieirc/ircchanneltab.cpp b/noncore/net/opieirc/ircchanneltab.cpp index 7610058..581f9a5 100644 --- a/noncore/net/opieirc/ircchanneltab.cpp +++ b/noncore/net/opieirc/ircchanneltab.cpp | |||
@@ -3,4 +3,6 @@ | |||
3 | #include <qhbox.h> | 3 | #include <qhbox.h> |
4 | |||
4 | #include "ircchanneltab.h" | 5 | #include "ircchanneltab.h" |
5 | #include "ircservertab.h" | 6 | #include "ircservertab.h" |
7 | #include "ircmessageparser.h" | ||
6 | 8 | ||
diff --git a/noncore/net/opieirc/ircservertab.cpp b/noncore/net/opieirc/ircservertab.cpp index 5ca7a29..e031d4d 100644 --- a/noncore/net/opieirc/ircservertab.cpp +++ b/noncore/net/opieirc/ircservertab.cpp | |||
@@ -2,3 +2,5 @@ | |||
2 | #include <qwhatsthis.h> | 2 | #include <qwhatsthis.h> |
3 | |||
3 | #include "ircservertab.h" | 4 | #include "ircservertab.h" |
5 | #include "ircmessageparser.h" | ||
4 | 6 | ||