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/kpmainwindow_p.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/kpmainwindow_p.h')
-rw-r--r-- | kolourpaint/kpmainwindow_p.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kolourpaint/kpmainwindow_p.h b/kolourpaint/kpmainwindow_p.h index 9ec94eaa..7a23bfd2 100644 --- a/kolourpaint/kpmainwindow_p.h +++ b/kolourpaint/kpmainwindow_p.h @@ -30,16 +30,16 @@ #define KP_MAIN_WINDOW_P_H -class KAction; -class KToggleAction; +class TDEAction; +class TDEToggleAction; struct kpMainWindowPrivate { bool m_configThumbnailShowRectangle; - KToggleAction *m_actionShowThumbnailRectangle; + TDEToggleAction *m_actionShowThumbnailRectangle; - KAction *m_actionHelpTakingScreenshots; + TDEAction *m_actionHelpTakingScreenshots; int m_moreEffectsDialogLastEffect; bool m_resizeScaleDialogLastKeepAspect; |