diff options
Diffstat (limited to 'parts/fullscreen/fullscreen_part.h')
-rw-r--r-- | parts/fullscreen/fullscreen_part.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/fullscreen/fullscreen_part.h b/parts/fullscreen/fullscreen_part.h index 2964b5d9..fcb566e8 100644 --- a/parts/fullscreen/fullscreen_part.h +++ b/parts/fullscreen/fullscreen_part.h @@ -9,15 +9,15 @@ * * ***************************************************************************/ -#ifndef __TDEVPART_FULLSCREEN_H__ -#define __TDEVPART_FULLSCREEN_H__ +#ifndef __KDEVPART_FULLSCREEN_H__ +#define __KDEVPART_FULLSCREEN_H__ #include <tqguardedptr.h> -#include <tdevplugin.h> +#include <kdevplugin.h> class TDEAction; -class FullScreenPart : public TDevPlugin +class FullScreenPart : public KDevPlugin { Q_OBJECT |