From fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:05:43 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/document/MultiViewCommandHistory.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/document/MultiViewCommandHistory.h') 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 ViewSet; + typedef std::set ViewSet; ViewSet m_views; typedef std::stack CommandStack; -- cgit v1.2.3