summaryrefslogtreecommitdiffstats
path: root/kate/filelistloader/katefll_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kate/filelistloader/katefll_plugin.cpp')
-rw-r--r--kate/filelistloader/katefll_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/filelistloader/katefll_plugin.cpp b/kate/filelistloader/katefll_plugin.cpp
index f40ed9f..e0a20f1 100644
--- a/kate/filelistloader/katefll_plugin.cpp
+++ b/kate/filelistloader/katefll_plugin.cpp
@@ -91,7 +91,7 @@ void PluginKateFileListLoader::addView(Kate::MainWindow *win)
this, TQT_SLOT( slotSaveListAs() ),
view->actionCollection(), "file_kfllsaveas" );
- view->setInstance (new KInstance("kate"));
+ view->setInstance (new TDEInstance("kate"));
view->setXMLFile( "plugins/katefll/ui.rc" );
win->guiFactory()->addClient (view);
view->win = win;