summaryrefslogtreecommitdiffstats
path: root/noatun/modules/infrared/irprefs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/infrared/irprefs.cpp')
-rw-r--r--noatun/modules/infrared/irprefs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/infrared/irprefs.cpp b/noatun/modules/infrared/irprefs.cpp
index 50df64cd..829f51aa 100644
--- a/noatun/modules/infrared/irprefs.cpp
+++ b/noatun/modules/infrared/irprefs.cpp
@@ -103,7 +103,7 @@ IRPrefs::IRPrefs(TQObject *parent)
void IRPrefs::save()
{
- TDEConfig *c = kapp->config();
+ TDEConfig *c = tdeApp->config();
TDEConfigGroupSaver groupSaver(c, "Infrared");
c->writeEntry("CommandCount", s_commands.count());
int i = 1;
@@ -282,7 +282,7 @@ void IRPrefs::readConfig()
{
if (s_configRead)
return;
- TDEConfig *c = kapp->config();
+ TDEConfig *c = tdeApp->config();
TDEConfigGroupSaver groupSaver(c, "Infrared");
int count = c->readNumEntry("CommandCount");
for (int i = 1; i <= count; ++i)