diff options
Diffstat (limited to 'buildtools/ant/antprojectpart.cpp')
-rw-r--r-- | buildtools/ant/antprojectpart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/ant/antprojectpart.cpp b/buildtools/ant/antprojectpart.cpp index 4d95f523..06f78651 100644 --- a/buildtools/ant/antprojectpart.cpp +++ b/buildtools/ant/antprojectpart.cpp @@ -45,8 +45,8 @@ AntOptions::AntOptions() } -AntProjectPart::AntProjectPart(TQObject *tqparent, const char *name, const TQStringList &) - : KDevBuildTool(&data, tqparent, name ? name : "AntProjectPart") +AntProjectPart::AntProjectPart(TQObject *parent, const char *name, const TQStringList &) + : KDevBuildTool(&data, parent, name ? name : "AntProjectPart") { setInstance(AntProjectFactory::instance()); |