summaryrefslogtreecommitdiffstats
path: root/parts/quickopen/quickopen_part.h
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 /parts/quickopen/quickopen_part.h
parentda1941ccadffe5ae70ee111c53f0ec2b3d990869 (diff)
downloadtdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.tar.gz
tdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'parts/quickopen/quickopen_part.h')
-rw-r--r--parts/quickopen/quickopen_part.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/parts/quickopen/quickopen_part.h b/parts/quickopen/quickopen_part.h
index 304a78ae..b8c8460b 100644
--- a/parts/quickopen/quickopen_part.h
+++ b/parts/quickopen/quickopen_part.h
@@ -25,7 +25,7 @@
#include <kdevquickopen.h>
#include <codemodel.h>
-class KAction;
+class TDEAction;
class QuickOpenPart : public KDevQuickOpen
{
@@ -48,10 +48,10 @@ private slots:
void slotSwitchTo();
private:
- KAction* m_actionQuickOpen;
- KAction* m_actionQuickOpenClass;
- KAction* m_actionFunctionOpen;
- KAction* m_switchToAction;
+ TDEAction* m_actionQuickOpen;
+ TDEAction* m_actionQuickOpenClass;
+ TDEAction* m_actionFunctionOpen;
+ TDEAction* m_switchToAction;
};