-rw-r--r-- | noncore/tools/clock/clock.cpp | 8 | ||||
-rw-r--r-- | noncore/tools/clock/setAlarm.cpp | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/noncore/tools/clock/clock.cpp b/noncore/tools/clock/clock.cpp index 6f570c5..097ea90 100644 --- a/noncore/tools/clock/clock.cpp +++ b/noncore/tools/clock/clock.cpp | |||
@@ -161,3 +161,3 @@ Clock::Clock( QWidget * parent, const char * name, WFlags f ) | |||
161 | if( config.readEntry("clockAlarmSet","FALSE") == "TRUE") { | 161 | if( config.readEntry("clockAlarmSet","FALSE") == "TRUE") { |
162 | alarmOffBtn->setText( tr( "Alarm On" ) ); | 162 | alarmOffBtn->setText( tr( "Alarm Is On" ) ); |
163 | alarmBool=TRUE; | 163 | alarmBool=TRUE; |
@@ -165,3 +165,3 @@ Clock::Clock( QWidget * parent, const char * name, WFlags f ) | |||
165 | } else { | 165 | } else { |
166 | alarmOffBtn->setText( tr( "Alarm Off" ) ); | 166 | alarmOffBtn->setText( tr( "Alarm Is Off" ) ); |
167 | alarmBool=FALSE; | 167 | alarmBool=FALSE; |
@@ -328,3 +328,3 @@ void Clock::slotToggleAlarm() | |||
328 | config.writeEntry("clockAlarmSet","FALSE"); | 328 | config.writeEntry("clockAlarmSet","FALSE"); |
329 | alarmOffBtn->setText( tr( "Alarm Off" ) ); | 329 | alarmOffBtn->setText( tr( "Alarm Is Off" ) ); |
330 | snoozeBtn->hide(); | 330 | snoozeBtn->hide(); |
@@ -334,3 +334,3 @@ void Clock::slotToggleAlarm() | |||
334 | config.writeEntry("clockAlarmSet","TRUE"); | 334 | config.writeEntry("clockAlarmSet","TRUE"); |
335 | alarmOffBtn->setText( tr( "Alarm On" ) ); | 335 | alarmOffBtn->setText( tr( "Alarm Is On" ) ); |
336 | snoozeBtn->show(); | 336 | snoozeBtn->show(); |
diff --git a/noncore/tools/clock/setAlarm.cpp b/noncore/tools/clock/setAlarm.cpp index 01e52f6..6b95e6a 100644 --- a/noncore/tools/clock/setAlarm.cpp +++ b/noncore/tools/clock/setAlarm.cpp | |||
@@ -71,2 +71,3 @@ Set_Alarm::Set_Alarm( QWidget* parent, const char* name, bool modal, WFlags fl | |||
71 | Minute_Slider->setMaxValue( 59); | 71 | Minute_Slider->setMaxValue( 59); |
72 | Minute_Slider->setPageStep( 1); | ||
72 | Minute_Slider->setOrientation( QSlider::Horizontal ); | 73 | Minute_Slider->setOrientation( QSlider::Horizontal ); |