summaryrefslogtreecommitdiff
path: root/noncore/tools/euroconv
authorzecke <zecke>2004-03-14 20:16:17 (UTC)
committer zecke <zecke>2004-03-14 20:16:17 (UTC)
commit18dc118b49dbfb2c4d986538002a1c8f771b33ed (patch) (unidiff)
tree24f65dab4b125f1bb5e95693010f045410b22331 /noncore/tools/euroconv
parent5064995ccd7a57edd2e41a2908b6402ff25995c4 (diff)
downloadopie-18dc118b49dbfb2c4d986538002a1c8f771b33ed.zip
opie-18dc118b49dbfb2c4d986538002a1c8f771b33ed.tar.gz
opie-18dc118b49dbfb2c4d986538002a1c8f771b33ed.tar.bz2
compile fix
Diffstat (limited to 'noncore/tools/euroconv') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/euroconv/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/tools/euroconv/main.cpp b/noncore/tools/euroconv/main.cpp
index d5f6c7f..dd4ff1d 100644
--- a/noncore/tools/euroconv/main.cpp
+++ b/noncore/tools/euroconv/main.cpp
@@ -1,7 +1,5 @@
1/**************************************************************************** 1/****************************************************************************
2 * 2 *
3using namespace Opie::Core;
4using namespace Opie::Core;
5 * File: main.cpp 3 * File: main.cpp
6 * 4 *
7 * Description: main file for OPIE Euroconv aapp 5 * Description: main file for OPIE Euroconv aapp
@@ -35,5 +33,7 @@ struct Layout : QVBox{
35 33
36}; 34};
37 35
36using namespace Opie::Core;
37
38OPIE_EXPORT_APP( OApplicationFactory<Layout> ) 38OPIE_EXPORT_APP( OApplicationFactory<Layout> )
39 39