diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:12:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:12:51 -0600 |
commit | 65eca7929c22f0f0bc64135c02d85d1243df376c (patch) | |
tree | 5b47361590fb6693a0f6258d6a8d725856ef2ad9 /kolourpaint/kpcommandhistory.h | |
parent | cd6d514066c22206c388eddbb7fbec32648dbaeb (diff) | |
download | tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kolourpaint/kpcommandhistory.h')
-rw-r--r-- | kolourpaint/kpcommandhistory.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kolourpaint/kpcommandhistory.h b/kolourpaint/kpcommandhistory.h index 13365ff9..3bca4853 100644 --- a/kolourpaint/kpcommandhistory.h +++ b/kolourpaint/kpcommandhistory.h @@ -34,8 +34,8 @@ #include <tqvaluelist.h> -class KActionCollection; -class KToolBarPopupAction; +class TDEActionCollection; +class TDEToolBarPopupAction; class kpDocument; class kpMainWindow; @@ -136,7 +136,7 @@ Q_OBJECT public: - kpCommandHistoryBase (bool doReadConfig, KActionCollection *ac); + kpCommandHistoryBase (bool doReadConfig, TDEActionCollection *ac); virtual ~kpCommandHistoryBase (); public: @@ -198,7 +198,7 @@ signals: void documentRestored (); protected: - KToolBarPopupAction *m_actionUndo, *m_actionRedo; + TDEToolBarPopupAction *m_actionUndo, *m_actionRedo; // (Front element is the next one) TQValueList <kpCommand *> m_undoCommandList; |