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/modeline/ModelinePlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/modeline') diff --git a/kate/modeline/ModelinePlugin.cpp b/kate/modeline/ModelinePlugin.cpp index 9184f6a..e724ae3 100644 --- a/kate/modeline/ModelinePlugin.cpp +++ b/kate/modeline/ModelinePlugin.cpp @@ -59,7 +59,7 @@ void ModelinePlugin::addView(Kate::MainWindow *win) this, TQT_SLOT(applyModeline()), view->actionCollection(), "edit_apply_modeline" ); - view->setInstance (new KInstance("kate")); + view->setInstance (new TDEInstance("kate")); view->setXMLFile( "plugins/katemodeline/ui.rc" ); win->guiFactory()->addClient (view); view->win = win; -- cgit v1.2.1