summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/plugin.cpp')
-rw-r--r--umbrello/umbrello/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/plugin.cpp b/umbrello/umbrello/plugin.cpp
index fddbb6e9..d3efb4e7 100644
--- a/umbrello/umbrello/plugin.cpp
+++ b/umbrello/umbrello/plugin.cpp
@@ -112,7 +112,7 @@ Plugin::instanceName() const
return _instanceName;
}
-KConfig *
+TDEConfig *
Plugin::config()
{
return _config;
@@ -136,7 +136,7 @@ Plugin::configure()
bool ret = true;
// grab the OnStartup map
- KConfig *conf = config();
+ TDEConfig *conf = config();
if(!conf) {
kdDebug() << "no configuration for " << instanceName() << endl;
ret = false;