summaryrefslogtreecommitdiff
path: root/noncore
authoralwin <alwin>2004-03-15 13:00:55 (UTC)
committer alwin <alwin>2004-03-15 13:00:55 (UTC)
commitcc240cf40ff290e3c2ff74344d47bb55de45d2ad (patch) (side-by-side diff)
treea19ad23b1026eebefc42e46263b0e0dd8cb9cf80 /noncore
parent588742551cde41e5e24ad6abce6248a54e0641cf (diff)
downloadopie-cc240cf40ff290e3c2ff74344d47bb55de45d2ad.zip
opie-cc240cf40ff290e3c2ff74344d47bb55de45d2ad.tar.gz
opie-cc240cf40ff290e3c2ff74344d47bb55de45d2ad.tar.bz2
namespace deklaration fix
Diffstat (limited to 'noncore') (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
@@ -8,7 +8,7 @@
class encodedString;
struct mailmbox_folder;
-namespace Opie {namespace Core {class Opie::Core::OProcess;}}
+namespace Opie {namespace Core {class OProcess;}}
class MHwrapper : public Genericwrapper
{