diff options
Diffstat (limited to 'kate/helloworld/plugin_katehelloworld.cpp')
-rw-r--r-- | kate/helloworld/plugin_katehelloworld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/helloworld/plugin_katehelloworld.cpp b/kate/helloworld/plugin_katehelloworld.cpp index 16a0074..f44cd66 100644 --- a/kate/helloworld/plugin_katehelloworld.cpp +++ b/kate/helloworld/plugin_katehelloworld.cpp @@ -30,7 +30,7 @@ void KatePluginHelloWorld::addView(Kate::MainWindow *win) // TODO: doesn't this have to be deleted? PluginView *view = new PluginView (); - (void) new KAction ( i18n("Insert Hello World"), 0, this, + (void) new TDEAction ( i18n("Insert Hello World"), 0, this, TQT_SLOT( slotInsertHello() ), view->actionCollection(), "edit_insert_helloworld" ); |