From 609724b5d29f25236bee59d0cb794602d391a96b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:13:30 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kate/make/plugin_katemake.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/make') 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")); -- cgit v1.2.1