diff options
Diffstat (limited to 'buildtools/pascal/pascalproject_part.h')
-rw-r--r-- | buildtools/pascal/pascalproject_part.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/pascal/pascalproject_part.h b/buildtools/pascal/pascalproject_part.h index 81565cc4..a064f3a7 100644 --- a/buildtools/pascal/pascalproject_part.h +++ b/buildtools/pascal/pascalproject_part.h @@ -24,7 +24,7 @@ class PascalProjectPart : public KDevBuildTool Q_OBJECT TQ_OBJECT public: - PascalProjectPart(TQObject *tqparent, const char *name, const TQStringList &); + PascalProjectPart(TQObject *parent, const char *name, const TQStringList &); ~PascalProjectPart(); virtual void openProject(const TQString &dirName, const TQString &projectName); |