summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/light.cpp
authorsandman <sandman>2002-09-06 19:28:46 (UTC)
committer sandman <sandman>2002-09-06 19:28:46 (UTC)
commit088a233d52f2b06b6f478e73776eb2b430b2a1a5 (patch) (unidiff)
tree5316a2ea38418a0dd00977895f73ef06434eb9e5 /core/settings/light-and-power/light.cpp
parent61b8be0405b46896160afaf7f4a2082527f01f58 (diff)
downloadopie-088a233d52f2b06b6f478e73776eb2b430b2a1a5.zip
opie-088a233d52f2b06b6f478e73776eb2b430b2a1a5.tar.gz
opie-088a233d52f2b06b6f478e73776eb2b430b2a1a5.tar.bz2
Changes to use the new ODevice interface for LCD brightness control
Diffstat (limited to 'core/settings/light-and-power/light.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/settings/light-and-power/light.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/settings/light-and-power/light.cpp b/core/settings/light-and-power/light.cpp
index e959603..fbea905 100644
--- a/core/settings/light-and-power/light.cpp
+++ b/core/settings/light-and-power/light.cpp
@@ -47,3 +47,4 @@
47 47
48extern int qpe_sysBrightnessSteps(); 48#include <opie/odevice.h>
49
49 50
@@ -71,3 +72,3 @@ LightSettings::LightSettings( QWidget* parent, const char* name, WFlags fl )
71 LcdOffOnly->setChecked( config.readNumEntry("LcdOffOnly",0) != 0 ); 72 LcdOffOnly->setChecked( config.readNumEntry("LcdOffOnly",0) != 0 );
72 int maxbright = qpe_sysBrightnessSteps(); 73 int maxbright = ODevice::inst ( )-> displayBrightnessResolution ( );
73 initbright = config.readNumEntry("Brightness",255); 74 initbright = config.readNumEntry("Brightness",255);