diff options
Diffstat (limited to 'klaptopdaemon/laptop_daemon.cpp')
-rw-r--r-- | klaptopdaemon/laptop_daemon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klaptopdaemon/laptop_daemon.cpp b/klaptopdaemon/laptop_daemon.cpp index 6868545..8e9c042 100644 --- a/klaptopdaemon/laptop_daemon.cpp +++ b/klaptopdaemon/laptop_daemon.cpp @@ -729,7 +729,7 @@ void laptop_daemon::displayPixmap() { if (s.have_time == 2 && s.exists && !powered) { // in some circumstances s.have_time = (val < 0 ? 0 : 1); // the battery is not charging - KConfig *config = new KConfig("kcmlaptoprc"); + TDEConfig *config = new TDEConfig("kcmlaptoprc"); if (config) { config->setGroup("BatteryLow"); // we can;t figure this out 'till config->writeEntry("HaveTime", s.have_time); |