summaryrefslogtreecommitdiff
path: root/noncore/applets/brightnessapplet/brightnessapplet.cpp
Side-by-side diff
Diffstat (limited to 'noncore/applets/brightnessapplet/brightnessapplet.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/brightnessapplet/brightnessapplet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/applets/brightnessapplet/brightnessapplet.cpp b/noncore/applets/brightnessapplet/brightnessapplet.cpp
index 5aaa27e..90fde05 100644
--- a/noncore/applets/brightnessapplet/brightnessapplet.cpp
+++ b/noncore/applets/brightnessapplet/brightnessapplet.cpp
@@ -162,3 +162,3 @@ void BrightnessApplet::writeSystemBrightness(int brightness)
- Config cfg("qpe");
+ Config cfg( "apm" );
if (ps.acStatus() == PowerStatus::Online) {
@@ -177,3 +177,3 @@ int BrightnessApplet::readSystemBrightness(void)
PowerStatus ps = PowerStatusManager::readStatus();
- Config cfg("qpe");
+ Config cfg( "apm" );