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/make/plugin_katemake.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kate/make') diff --git a/kate/make/plugin_katemake.cpp b/kate/make/plugin_katemake.cpp index 3d0cbb2..f2dfd1f 100644 --- a/kate/make/plugin_katemake.cpp +++ b/kate/make/plugin_katemake.cpp @@ -333,19 +333,19 @@ PluginKateMakeView::PluginKateMakeView(TQWidget *parent, FUNCTIONSETUP; m_proc=0; - (void) new KAction ( i18n("Next Error"), KShortcut(ALT+CTRL+Key_Right), + (void) new TDEAction ( i18n("Next Error"), TDEShortcut(ALT+CTRL+Key_Right), TQT_TQOBJECT(this), TQT_SLOT( slotNext() ), actionCollection(), "make_right" ); - (void) new KAction ( i18n("Previous Error"), KShortcut(ALT+CTRL+Key_Left), + (void) new TDEAction ( i18n("Previous Error"), TDEShortcut(ALT+CTRL+Key_Left), TQT_TQOBJECT(this), TQT_SLOT( slotPrev() ), actionCollection(), "make_left" ); - (void) new KAction ( i18n("Make"), KShortcut(ALT+Key_R), + (void) new TDEAction ( i18n("Make"), TDEShortcut(ALT+Key_R), TQT_TQOBJECT(this), TQT_SLOT( slotValidate() ), actionCollection(), "make_check" ); - (void) new KAction ( i18n("Configure..."), KShortcut(), + (void) new TDEAction ( i18n("Configure..."), TDEShortcut(), TQT_TQOBJECT(this), TQT_SLOT( slotConfigure() ), actionCollection(), "make_settings" ); -- cgit v1.2.1