summaryrefslogtreecommitdiffstats
path: root/src/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.cpp')
-rw-r--r--src/core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core.cpp b/src/core.cpp
index ccdd0ace..64c3d0b9 100644
--- a/src/core.cpp
+++ b/src/core.cpp
@@ -59,7 +59,7 @@ void Core::setupShourtcutTips(KXMLGUIClient * client)
}
Core::Core()
- : KDevCore()
+ : TDevCore()
{
}
@@ -88,7 +88,7 @@ bool Core::queryClose()
}
-void Core::running(KDevPlugin * which, bool runs)
+void Core::running(TDevPlugin * which, bool runs)
{
emit activeProcessChanged( which, runs );
}