summaryrefslogtreecommitdiff
path: root/noncore/tools/clock/main.cpp
Unidiff
Diffstat (limited to 'noncore/tools/clock/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/clock/main.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/noncore/tools/clock/main.cpp b/noncore/tools/clock/main.cpp
index 237d9f0..380bfeb 100644
--- a/noncore/tools/clock/main.cpp
+++ b/noncore/tools/clock/main.cpp
@@ -1,7 +1,7 @@
1/********************************************************************** 1/**********************************************************************
2** Copyright (C) 2000 Trolltech AS. All rights reserved. 2** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
3** 3**
4** This file is part of Qtopia Environment. 4** This file is part of the Qtopia Environment.
5** 5**
6** This file may be distributed and/or modified under the terms of the 6** This file may be distributed and/or modified under the terms of the
7** GNU General Public License version 2 as published by the Free Software 7** GNU General Public License version 2 as published by the Free Software
@@ -19,10 +19,6 @@
19**********************************************************************/ 19**********************************************************************/
20 20
21#include "clock.h" 21#include "clock.h"
22
23#include <opie2/oapplicationfactory.h> 22#include <opie2/oapplicationfactory.h>
24
25
26using namespace Opie::Core;
27using namespace Opie::Core; 23using namespace Opie::Core;
28OPIE_EXPORT_APP( OApplicationFactory<Clock> ) 24OPIE_EXPORT_APP( OApplicationFactory<Clock> )