Diffstat (limited to 'kalarmd/simplealarmdaemonimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kalarmd/simplealarmdaemonimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarmd/simplealarmdaemonimpl.cpp b/kalarmd/simplealarmdaemonimpl.cpp index 04b8b21..c1e064c 100644 --- a/kalarmd/simplealarmdaemonimpl.cpp +++ b/kalarmd/simplealarmdaemonimpl.cpp | |||
@@ -625,9 +625,9 @@ void SimpleAlarmDaemonImpl::confTimer( int time ) | |||
625 | int dw = QApplication::desktop()->width(); | 625 | int dw = QApplication::desktop()->width(); |
626 | int dh = QApplication::desktop()->height(); | 626 | int dh = QApplication::desktop()->height(); |
627 | mTimerStartLabel->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); | 627 | mTimerStartLabel->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); |
628 | mTimerStartLabel->show(); | 628 | mTimerStartLabel->show(); |
629 | QTimer::singleShot( 3000, mTimerStartLabel, SLOT ( hide() ) ); | 629 | QTimer::singleShot( 2000, mTimerStartLabel, SLOT ( hide() ) ); |
630 | mTimerTime = 1; | 630 | mTimerTime = 1; |
631 | } | 631 | } |
632 | 632 | ||
633 | void SimpleAlarmDaemonImpl::writeFile() | 633 | void SimpleAlarmDaemonImpl::writeFile() |