summaryrefslogtreecommitdiffstats
path: root/src/document/MultiViewCommandHistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/document/MultiViewCommandHistory.h')
-rw-r--r--src/document/MultiViewCommandHistory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/document/MultiViewCommandHistory.h b/src/document/MultiViewCommandHistory.h
index 0febb10..71194b9 100644
--- a/src/document/MultiViewCommandHistory.h
+++ b/src/document/MultiViewCommandHistory.h
@@ -33,7 +33,7 @@
class TQString;
class KCommand;
-class KActionCollection;
+class TDEActionCollection;
namespace Rosegarden
@@ -64,8 +64,8 @@ public:
void clear();
- void attachView(KActionCollection *collection);
- void detachView(KActionCollection *collection);
+ void attachView(TDEActionCollection *collection);
+ void detachView(TDEActionCollection *collection);
void addCommand(KCommand *command, bool execute = true);
@@ -126,7 +126,7 @@ signals:
private:
//--------------- Data members ---------------------------------
- typedef std::set<KActionCollection *> ViewSet;
+ typedef std::set<TDEActionCollection *> ViewSet;
ViewSet m_views;
typedef std::stack<KCommand *> CommandStack;