summaryrefslogtreecommitdiff
path: root/noncore/tools/clock/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/tools/clock/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/clock/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/tools/clock/main.cpp b/noncore/tools/clock/main.cpp
index 89dd1bd..237d9f0 100644
--- a/noncore/tools/clock/main.cpp
+++ b/noncore/tools/clock/main.cpp
@@ -14,13 +14,15 @@
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/
#include "clock.h"
#include <opie2/oapplicationfactory.h>
+using namespace Opie::Core;
+using namespace Opie::Core;
OPIE_EXPORT_APP( OApplicationFactory<Clock> )