-rw-r--r-- | core/settings/light-and-power/light.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/settings/light-and-power/light.cpp b/core/settings/light-and-power/light.cpp index 1c61787..d0ac878 100644 --- a/core/settings/light-and-power/light.cpp +++ b/core/settings/light-and-power/light.cpp | |||
@@ -173,7 +173,7 @@ LightSettings::LightSettings( QWidget* parent, const char* name, WFlags ) | |||
173 | // warnings | 173 | // warnings |
174 | config. setGroup ( "Warnings" ); | 174 | config. setGroup ( "Warnings" ); |
175 | warnintervalBox-> setValue ( config. readNumEntry ( "checkinterval", 10000 ) / 1000 ); | 175 | warnintervalBox-> setValue ( config. readNumEntry ( "check_interval", 10000 ) / 1000 ); |
176 | lowSpinBox-> setValue ( config. readNumEntry ( "powerverylow", 10 ) ); | 176 | lowSpinBox-> setValue ( config. readNumEntry ( "power_verylow", 10 ) ); |
177 | criticalSpinBox-> setValue ( config. readNumEntry ( "powercritical", 5 ) ); | 177 | criticalSpinBox-> setValue ( config. readNumEntry ( "power_critical", 5 ) ); |
178 | 178 | ||
179 | m_resettimer = new QTimer ( this ); | 179 | m_resettimer = new QTimer ( this ); |