From 12b478cefdf1789828dbcd677d409cf8bad654ca Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 13 Jun 2020 16:33:09 +0200 Subject: Conversion KDE -> TDE environment. Signed-off-by: gregory guy --- src/app/fullScreenAction.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/app/fullScreenAction.h') diff --git a/src/app/fullScreenAction.h b/src/app/fullScreenAction.h index 199fcfd..e86511f 100644 --- a/src/app/fullScreenAction.h +++ b/src/app/fullScreenAction.h @@ -1,18 +1,18 @@ // (C) 2005 Max Howell (max.howell@methylblue.com) // See COPYING file for licensing information -#include +#include /** * @class FullSCreenAction * @author Max Howell - * @short Adapted KToggleFullScreenAction, mainly because that class is shit + * @short Adapted TDEToggleFullScreenAction, mainly because that class is shit */ -class FullScreenAction : public KToggleAction +class FullScreenAction : public TDEToggleAction { public: - FullScreenAction( TQWidget *window, KActionCollection* ); + FullScreenAction( TQWidget *window, TDEActionCollection* ); virtual void setChecked( bool ); virtual void setEnabled( bool ); -- cgit v1.2.3