diff options
Diffstat (limited to 'parts/scripting/scriptingpart.h')
-rw-r--r-- | parts/scripting/scriptingpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/scripting/scriptingpart.h b/parts/scripting/scriptingpart.h index ea891dd2..24d17104 100644 --- a/parts/scripting/scriptingpart.h +++ b/parts/scripting/scriptingpart.h @@ -37,7 +37,7 @@ Please read the README.dox file for more info about this part class scriptingPart: public KDevPlugin { Q_OBJECT - TQ_OBJECT + public: scriptingPart(TQObject *parent, const char *name, const TQStringList &args); ~scriptingPart(); |