diff options
Diffstat (limited to 'buildtools/ant/antprojectpart.h')
-rw-r--r-- | buildtools/ant/antprojectpart.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/ant/antprojectpart.h b/buildtools/ant/antprojectpart.h index 87cbb6dd..411579e2 100644 --- a/buildtools/ant/antprojectpart.h +++ b/buildtools/ant/antprojectpart.h @@ -43,10 +43,11 @@ public: class AntProjectPart : public KDevBuildTool { Q_OBJECT + TQ_OBJECT public: - AntProjectPart(TQObject *parent, const char *name, const TQStringList &args); + AntProjectPart(TQObject *tqparent, const char *name, const TQStringList &args); ~AntProjectPart(); TQStringList distFiles() const; |