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 /kiconedit/kiconedit.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 'kiconedit/kiconedit.h')
-rw-r--r-- | kiconedit/kiconedit.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kiconedit/kiconedit.h b/kiconedit/kiconedit.h index 746090db..1b057b17 100644 --- a/kiconedit/kiconedit.h +++ b/kiconedit/kiconedit.h @@ -56,7 +56,7 @@ class PaletteToolBar; * @author Thomas Tanghus <[email protected]> * @version 0.4 */ -class KIconEdit : public KMainWindow +class KIconEdit : public TDEMainWindow { Q_OBJECT @@ -150,9 +150,9 @@ protected: TQImage img; TQString m_name; - KAction *m_actCopy, *m_actPaste, *m_actCut, *m_actPasteNew; - KAction *m_actZoomIn, *m_actZoomOut; - KRecentFilesAction *m_actRecent; + TDEAction *m_actCopy, *m_actPaste, *m_actCut, *m_actPasteNew; + TDEAction *m_actZoomIn, *m_actZoomOut; + TDERecentFilesAction *m_actRecent; }; #endif //__KICONEDIT_H__ |