summaryrefslogtreecommitdiffstats
path: root/src/editorproxy.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:15:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:15:35 -0600
commitf78eb03afb8c9a380985d26286afc40b4c89b292 (patch)
tree3c087e2f119e645c902958c3bc3c802abf078ad0 /src/editorproxy.cpp
parentda1941ccadffe5ae70ee111c53f0ec2b3d990869 (diff)
downloadtdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.tar.gz
tdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/editorproxy.cpp')
-rw-r--r--src/editorproxy.cpp6
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");