summaryrefslogtreecommitdiff
path: root/noncore/tools/euroconv/main.cpp
Unidiff
Diffstat (limited to 'noncore/tools/euroconv/main.cpp') (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,10 +1,8 @@
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
8 * 6 *
9 * 7 *
10 * Authors: Eric Santonacci <Eric.Santonacci@talc.fr> 8 * Authors: Eric Santonacci <Eric.Santonacci@talc.fr>
@@ -32,8 +30,10 @@ struct Layout : QVBox{
32 30
33 setCaption( QObject::tr("Euroconv") ); 31 setCaption( QObject::tr("Euroconv") );
34 }; 32 };
35 33
36}; 34};
37 35
36using namespace Opie::Core;
37
38OPIE_EXPORT_APP( OApplicationFactory<Layout> ) 38OPIE_EXPORT_APP( OApplicationFactory<Layout> )
39 39