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 --- kviewshell/kviewshell.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kviewshell/kviewshell.h') 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 -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 -- cgit v1.2.1