From 59c9cc89634e83fee9a6ee7162500b3c4d294233 Mon Sep 17 00:00:00 2001 From: skyhusker Date: Fri, 17 Jun 2005 15:17:10 +0000 Subject: Fix bug #1557 --- (limited to 'core/settings') 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 @@ -172,9 +172,9 @@ LightSettings::LightSettings( QWidget* parent, const char* name, WFlags ) // warnings config. setGroup ( "Warnings" ); - warnintervalBox-> setValue ( config. readNumEntry ( "checkinterval", 10000 ) / 1000 ); - lowSpinBox-> setValue ( config. readNumEntry ( "powerverylow", 10 ) ); - criticalSpinBox-> setValue ( config. readNumEntry ( "powercritical", 5 ) ); + warnintervalBox-> setValue ( config. readNumEntry ( "check_interval", 10000 ) / 1000 ); + lowSpinBox-> setValue ( config. readNumEntry ( "power_verylow", 10 ) ); + criticalSpinBox-> setValue ( config. readNumEntry ( "power_critical", 5 ) ); m_resettimer = new QTimer ( this ); connect ( m_resettimer, SIGNAL( timeout()), this, SLOT( resetBacklight())); -- cgit v0.9.0.2