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 /kghostview/kgvshell.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 'kghostview/kgvshell.h')
-rw-r--r-- | kghostview/kgvshell.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kghostview/kgvshell.h b/kghostview/kgvshell.h index 0f1fa60f..f273cfbb 100644 --- a/kghostview/kgvshell.h +++ b/kghostview/kgvshell.h @@ -25,13 +25,13 @@ class TQTimer; -class KRecentFilesAction; +class TDERecentFilesAction; class ScrollBox; class KGVPart; -class KAction; +class TDEAction; class TDEConfig; class KTempFile; -class KPopupMenu; +class TDEPopupMenu; class DisplayOptions; class FullScreenFilter; @@ -79,12 +79,12 @@ private: KGVPart* m_gvpart; TQString cwd; - KAction* openact; - KToggleAction* _showMenuBarAction; - KToggleAction* m_fullScreenAction; + TDEAction* openact; + TDEToggleAction* _showMenuBarAction; + TDEToggleAction* m_fullScreenAction; FullScreenFilter* m_fsFilter; - KPopupMenu* _popup; - KRecentFilesAction* recent; + TDEPopupMenu* _popup; + TDERecentFilesAction* recent; KTempFile* _tmpFile; // Used for storing data received from stdin }; |