From f3d284849df36ef281dcb5aa2d00f613e3a354d8 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Mar 2004 16:13:28 +0000 Subject: Fix up depends on LIBOPIE1 Proper signature for signal and slots and namespaces --- (limited to 'noncore/net/mail/libmailwrapper/mhwrapper.cpp') diff --git a/noncore/net/mail/libmailwrapper/mhwrapper.cpp b/noncore/net/mail/libmailwrapper/mhwrapper.cpp index 21e24a0..5eae31f 100644 --- a/noncore/net/mail/libmailwrapper/mhwrapper.cpp +++ b/noncore/net/mail/libmailwrapper/mhwrapper.cpp @@ -9,8 +9,6 @@ #include using namespace Opie::Core; -using namespace Opie::Core; -using namespace Opie::Core; MHwrapper::MHwrapper(const QString & mbox_dir,const QString&mbox_name) : Genericwrapper(),MHPath(mbox_dir),MHName(mbox_name) { @@ -321,9 +319,9 @@ int MHwrapper::deleteMbox(const FolderP&tfolder) OProcess *process = new OProcess(); connect(process, SIGNAL(processExited(Opie::Core::OProcess*)), - this, SLOT( processEnded(OProcess*))); + this, SLOT( processEnded(Opie::Core::OProcess*))); connect(process, SIGNAL( receivedStderr(Opie::Core::OProcess*,char*,int)), - this, SLOT( oprocessStderr(OProcess*,char*,int))); + this, SLOT( oprocessStderr(Opie::Core::OProcess*,char*,int))); *process << command; removeMboxfailed = false; -- cgit v0.9.0.2