From f78eb03afb8c9a380985d26286afc40b4c89b292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:15:35 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/editorproxy.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/editorproxy.cpp') diff --git a/src/editorproxy.cpp b/src/editorproxy.cpp index c9d34e29..a7b7a995 100644 --- a/src/editorproxy.cpp +++ b/src/editorproxy.cpp @@ -45,9 +45,9 @@ EditorProxy::EditorProxy() m_delayedViewCreationCompatibleUI = true; - KAction *ac = new KAction( i18n("Show Context Menu"), 0, this, + TDEAction *ac = new TDEAction( i18n("Show Context Menu"), 0, this, TQT_SLOT(showPopup()), TopLevel::getInstance()->main()->actionCollection(), "show_popup" ); - KShortcut cut ;/*= KStdAccel::shortcut(KStdAccel::PopupMenuContext);*/ + TDEShortcut cut ;/*= TDEStdAccel::shortcut(TDEStdAccel::PopupMenuContext);*/ cut.append(KKey(CTRL+Key_Return)); ac->setShortcut(cut); } @@ -123,7 +123,7 @@ void EditorProxy::installPopup( KParts::Part * part ) return; } - KAction * action = NULL; + TDEAction * action = NULL; //If there is a tab for this file, we don't need to plug the closing menu entries here TDEConfig *config = TDEGlobal::config(); config->setGroup("UI"); -- cgit v1.2.3