summaryrefslogtreecommitdiffstats
path: root/kate/make
diff options
context:
space:
mode:
Diffstat (limited to 'kate/make')
-rw-r--r--kate/make/plugin_katemake.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/make/plugin_katemake.cpp b/kate/make/plugin_katemake.cpp
index b71422a..7a3f014 100644
--- a/kate/make/plugin_katemake.cpp
+++ b/kate/make/plugin_katemake.cpp
@@ -349,7 +349,7 @@ PluginKateMakeView::PluginKateMakeView(TQWidget *parent,
TQT_TQOBJECT(this), TQT_SLOT( slotConfigure() ),
actionCollection(), "make_settings" );
- setInstance(new KInstance("kate"));
+ setInstance(new TDEInstance("kate"));
setXMLFile(TQString::fromLatin1("plugins/katemake/ui.rc"));