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 /kviewshell/kviewshell.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 'kviewshell/kviewshell.h')
-rw-r--r-- | kviewshell/kviewshell.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kviewshell/kviewshell.h b/kviewshell/kviewshell.h index 40cf3244..e4c45ee7 100644 --- a/kviewshell/kviewshell.h +++ b/kviewshell/kviewshell.h @@ -6,7 +6,7 @@ #include <tdeparts/mainwindow.h> -class KRecentFilesAction; +class TDERecentFilesAction; class KURL; class KViewPart_Iface; @@ -72,11 +72,11 @@ protected: private: KViewPart_Iface *view; - KRecentFilesAction *recent; + TDERecentFilesAction *recent; TQString cwd; - KAction *closeAction, *reloadAction; - KToggleAction *fullScreenAction; + TDEAction *closeAction, *reloadAction; + TDEToggleAction *fullScreenAction; // In the attribute, the status of the statusbar (shown of hidden) // is saved when the kviewshell switches to fullscreen mode. The |