summaryrefslogtreecommitdiffstats
path: root/src/projectmanager.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 /src/projectmanager.h
parentda1941ccadffe5ae70ee111c53f0ec2b3d990869 (diff)
downloadtdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.tar.gz
tdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/projectmanager.h')
-rw-r--r--src/projectmanager.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/projectmanager.h b/src/projectmanager.h
index 5d932d99..3a92409e 100644
--- a/src/projectmanager.h
+++ b/src/projectmanager.h
@@ -11,12 +11,12 @@
#include <kservice.h>
#include <kurl.h>
-class KAction;
-class KSelectAction;
+class TDEAction;
+class TDESelectAction;
class KService;
class ProjectInfo;
class ProjectSession;
-class KRecentFilesAction;
+class TDERecentFilesAction;
class KDevPlugin;
@@ -59,7 +59,7 @@ public:
KURL projectFile() const;
TQString projectName() const;
- void createActions( KActionCollection* ac );
+ void createActions( TDEActionCollection* ac );
ProjectSession* projectSession() const;
@@ -95,8 +95,8 @@ private:
ProjectInfo *m_info;
- KAction *m_closeProjectAction, *m_projectOptionsAction;
- KRecentFilesAction *m_openRecentProjectAction;
+ TDEAction *m_closeProjectAction, *m_projectOptionsAction;
+ TDERecentFilesAction *m_openRecentProjectAction;
static ProjectManager *s_instance;