From 74a2067d286867e313f736d6733407586b71195e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:10:05 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kate/xmltools/plugin_katexmltools.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kate/xmltools') 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") ); -- cgit v1.2.1