summaryrefslogtreecommitdiffstats
path: root/kate/xmltools
diff options
context:
space:
mode:
Diffstat (limited to 'kate/xmltools')
-rw-r--r--kate/xmltools/plugin_katexmltools.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/xmltools/plugin_katexmltools.cpp b/kate/xmltools/plugin_katexmltools.cpp
index 05ff8ae..8daeb83 100644
--- a/kate/xmltools/plugin_katexmltools.cpp
+++ b/kate/xmltools/plugin_katexmltools.cpp
@@ -149,11 +149,11 @@ void PluginKateXMLTools::addView( Kate::MainWindow *win )
{
// TODO: doesn't this have to be deleted?
PluginView *view = new PluginView ();
- ( void) new KAction ( i18n("&Insert Element..."), CTRL+Key_Return, this,
+ ( void) new TDEAction ( i18n("&Insert Element..."), CTRL+Key_Return, this,
TQT_SLOT( slotInsertElement()), view->actionCollection(), "xml_tool_insert_element" );
- ( void) new KAction ( i18n("&Close Element"), CTRL+Key_Less, this,
+ ( void) new TDEAction ( i18n("&Close Element"), CTRL+Key_Less, this,
TQT_SLOT( slotCloseElement()), view->actionCollection(), "xml_tool_close_element" );
- ( void) new KAction ( i18n("Assign Meta &DTD..." ), 0, this,
+ ( void) new TDEAction ( i18n("Assign Meta &DTD..." ), 0, this,
TQT_SLOT( getDTD()), view->actionCollection(), "xml_tool_assign" );
view->setInstance( new TDEInstance("kate") );