summaryrefslogtreecommitdiffstats
path: root/src/app/fullScreenAction.h
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-06-13 16:33:09 +0200
committergregory guy <[email protected]>2020-06-13 16:33:09 +0200
commit12b478cefdf1789828dbcd677d409cf8bad654ca (patch)
treee0fd4a3b7a3d5b64ede310493a7b25624807f8b1 /src/app/fullScreenAction.h
parent2c9bc9b806f533df7b8f5349467d0f4be95314a4 (diff)
downloadcodeine-12b478cefdf1789828dbcd677d409cf8bad654ca.tar.gz
codeine-12b478cefdf1789828dbcd677d409cf8bad654ca.zip
Conversion KDE -> TDE environment.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/app/fullScreenAction.h')
-rw-r--r--src/app/fullScreenAction.h8
1 files changed, 4 insertions, 4 deletions
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 ([email protected])
// See COPYING file for licensing information
-#include <kaction.h>
+#include <tdeaction.h>
/**
* @class FullSCreenAction
* @author Max Howell <[email protected]>
- * @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 );