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/xmltools/plugin_katexmltools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/xmltools/plugin_katexmltools.cpp') diff --git a/kate/xmltools/plugin_katexmltools.cpp b/kate/xmltools/plugin_katexmltools.cpp index e362569..20be13e 100644 --- a/kate/xmltools/plugin_katexmltools.cpp +++ b/kate/xmltools/plugin_katexmltools.cpp @@ -156,7 +156,7 @@ void PluginKateXMLTools::addView( Kate::MainWindow *win ) ( void) new KAction ( i18n("Assign Meta &DTD..." ), 0, this, TQT_SLOT( getDTD()), view->actionCollection(), "xml_tool_assign" ); - view->setInstance( new KInstance("kate") ); + view->setInstance( new TDEInstance("kate") ); view->setXMLFile( "plugins/katexmltools/ui.rc" ); win->guiFactory()->addClient( view ); -- cgit v1.2.1