summaryrefslogtreecommitdiffstats
path: root/kmilo/generic/generic_monitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmilo/generic/generic_monitor.cpp')
-rw-r--r--kmilo/generic/generic_monitor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmilo/generic/generic_monitor.cpp b/kmilo/generic/generic_monitor.cpp
index 658533a..bbc5f84 100644
--- a/kmilo/generic/generic_monitor.cpp
+++ b/kmilo/generic/generic_monitor.cpp
@@ -69,10 +69,10 @@ GenericMonitor::~GenericMonitor()
bool GenericMonitor::init()
{
- KConfig config(CONFIG_FILE);
+ TDEConfig config(CONFIG_FILE);
reconfigure(&config);
- //config = new KConfig("kmilodrc");
+ //config = new TDEConfig("kmilodrc");
config.setGroup("kubuntu");
if(!m_enabled)
@@ -120,7 +120,7 @@ bool GenericMonitor::init()
return true;
}
-void GenericMonitor::reconfigure(KConfig *config)
+void GenericMonitor::reconfigure(TDEConfig *config)
{
config->setGroup("generic monitor");