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 64c3d0b9..ccdd0ace 100644
--- a/src/core.cpp
+++ b/src/core.cpp
@@ -59,7 +59,7 @@ void Core::setupShourtcutTips(KXMLGUIClient * client)
}
Core::Core()
- : TDevCore()
+ : KDevCore()
{
}
@@ -88,7 +88,7 @@ bool Core::queryClose()
}
-void Core::running(TDevPlugin * which, bool runs)
+void Core::running(KDevPlugin * which, bool runs)
{
emit activeProcessChanged( which, runs );
}