From e59c700bba3fe4f7e7b4504cf5f69267886936f5 Mon Sep 17 00:00:00 2001 From: alwin Date: Tue, 02 Mar 2004 23:51:24 +0000 Subject: fixed include and namespace (sic!) usage. --- 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 @@ -32,7 +32,7 @@ #include #include -#include +#include #include #include @@ -145,7 +145,7 @@ Clock::Clock( QWidget * parent, const char * name, WFlags f ) alarmBtn->setText( tr( "Set Alarm" ) ); - OClickableLabel *click = new OClickableLabel( controls, "label" ); + Opie::OClickableLabel *click = new Opie::OClickableLabel( controls, "label" ); click->setText( tr( "Set date and time." ) ); gl->addMultiCellWidget( click, 3, 3, 0, 2, AlignHCenter ); connect( click, SIGNAL( clicked() ), this, SLOT( slotAdjustTime() ) ); -- cgit v0.9.0.2