summaryrefslogtreecommitdiff
authoralwin <alwin>2004-03-02 23:51:24 (UTC)
committer alwin <alwin>2004-03-02 23:51:24 (UTC)
commite59c700bba3fe4f7e7b4504cf5f69267886936f5 (patch) (unidiff)
treefbef0d120c6a654fc5d8c532e138e30e28ea3ba8
parent7588efaff9fcf2079b5f2a4429862bfa4fb7281d (diff)
downloadopie-e59c700bba3fe4f7e7b4504cf5f69267886936f5.zip
opie-e59c700bba3fe4f7e7b4504cf5f69267886936f5.tar.gz
opie-e59c700bba3fe4f7e7b4504cf5f69267886936f5.tar.bz2
fixed include and namespace (sic!) usage.
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/clock/clock.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/tools/clock/clock.cpp b/noncore/tools/clock/clock.cpp
index 118cf1f..b780675 100644
--- a/noncore/tools/clock/clock.cpp
+++ b/noncore/tools/clock/clock.cpp
@@ -34,3 +34,3 @@
34 34
35#include <opie/oclickablelabel.h> 35#include <opie2/oclickablelabel.h>
36 36
@@ -147,3 +147,3 @@ Clock::Clock( QWidget * parent, const char * name, WFlags f )
147 147
148 OClickableLabel *click = new OClickableLabel( controls, "label" ); 148 Opie::OClickableLabel *click = new Opie::OClickableLabel( controls, "label" );
149 click->setText( tr( "Set date and time." ) ); 149 click->setText( tr( "Set date and time." ) );