summaryrefslogtreecommitdiff
authoralwin <alwin>2004-03-15 13:00:55 (UTC)
committer alwin <alwin>2004-03-15 13:00:55 (UTC)
commitcc240cf40ff290e3c2ff74344d47bb55de45d2ad (patch) (unidiff)
treea19ad23b1026eebefc42e46263b0e0dd8cb9cf80
parent588742551cde41e5e24ad6abce6248a54e0641cf (diff)
downloadopie-cc240cf40ff290e3c2ff74344d47bb55de45d2ad.zip
opie-cc240cf40ff290e3c2ff74344d47bb55de45d2ad.tar.gz
opie-cc240cf40ff290e3c2ff74344d47bb55de45d2ad.tar.bz2
namespace deklaration fix
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/libmailwrapper/mhwrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/libmailwrapper/mhwrapper.h b/noncore/net/mail/libmailwrapper/mhwrapper.h
index 1245507..0846ec3 100644
--- a/noncore/net/mail/libmailwrapper/mhwrapper.h
+++ b/noncore/net/mail/libmailwrapper/mhwrapper.h
@@ -5,13 +5,13 @@
5 5
6#include "genericwrapper.h" 6#include "genericwrapper.h"
7#include <qstring.h> 7#include <qstring.h>
8 8
9class encodedString; 9class encodedString;
10struct mailmbox_folder; 10struct mailmbox_folder;
11namespace Opie {namespace Core {class Opie::Core::OProcess;}} 11namespace Opie {namespace Core {class OProcess;}}
12 12
13class MHwrapper : public Genericwrapper 13class MHwrapper : public Genericwrapper
14{ 14{
15 Q_OBJECT 15 Q_OBJECT
16public: 16public:
17 MHwrapper(const QString & dir,const QString&name); 17 MHwrapper(const QString & dir,const QString&name);