diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:05:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:05:43 -0600 |
commit | fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca (patch) | |
tree | 5785d2ccbdfbe2f44d02fec75b4a51f5079a4b62 /src/document/MultiViewCommandHistory.h | |
parent | acf699af8244896500e654cccdc8aae7e5b545db (diff) | |
download | rosegarden-fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca.tar.gz rosegarden-fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/document/MultiViewCommandHistory.h')
-rw-r--r-- | src/document/MultiViewCommandHistory.h | 8 |
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; |