From 65eca7929c22f0f0bc64135c02d85d1243df376c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:51 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kolourpaint/kpcommandhistory.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kolourpaint/kpcommandhistory.h') 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 -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 m_undoCommandList; -- cgit v1.2.1