diff options
Diffstat (limited to 'parts/scripting/scriptingpart.h')
-rw-r--r-- | parts/scripting/scriptingpart.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/scripting/scriptingpart.h b/parts/scripting/scriptingpart.h index 832318b9..ca6bafd9 100644 --- a/parts/scripting/scriptingpart.h +++ b/parts/scripting/scriptingpart.h @@ -18,10 +18,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef KDEVSCRIPTING_H -#define KDEVSCRIPTING_H +#ifndef TDEVSCRIPTING_H +#define TDEVSCRIPTING_H -#include <kdevplugin.h> +#include <tdevplugin.h> #include <tqguardedptr.h> @@ -34,7 +34,7 @@ class KScriptActionManager; /** Please read the README.dox file for more info about this part */ -class scriptingPart: public KDevPlugin +class scriptingPart: public TDevPlugin { Q_OBJECT |