diff options
Diffstat (limited to 'src/editorproxy.cpp')
-rw-r--r-- | src/editorproxy.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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"); |