summaryrefslogtreecommitdiff
path: root/noncore/unsupported
authormickeyl <mickeyl>2004-03-21 13:21:05 (UTC)
committer mickeyl <mickeyl>2004-03-21 13:21:05 (UTC)
commit1b29dc60dbbb1de10ef094841976283eef0f171e (patch) (side-by-side diff)
tree038a83f90b9cc579ceefe69ee1903b3fd83596b5 /noncore/unsupported
parentde722623b49574659f6ef5b065076cb1609f81dd (diff)
downloadopie-1b29dc60dbbb1de10ef094841976283eef0f171e.zip
opie-1b29dc60dbbb1de10ef094841976283eef0f171e.tar.gz
opie-1b29dc60dbbb1de10ef094841976283eef0f171e.tar.bz2
compile fix
Diffstat (limited to 'noncore/unsupported') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mailit/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/unsupported/mailit/main.cpp b/noncore/unsupported/mailit/main.cpp
index 1ccd666..01bebcb 100644
--- a/noncore/unsupported/mailit/main.cpp
+++ b/noncore/unsupported/mailit/main.cpp
@@ -22,5 +22,5 @@
#include <opie/oapplicationfactory.h>
-using namespace Opie::Core;
-OPIE_EXPORT_APP( OApplicationFactory<MailItWindow> ) \ No newline at end of file
+using namespace Opie;
+OPIE_EXPORT_APP( OApplicationFactory<MailItWindow> )