summaryrefslogtreecommitdiffstats
path: root/buildtools/pascal/pascalproject_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/pascal/pascalproject_part.h')
-rw-r--r--buildtools/pascal/pascalproject_part.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/pascal/pascalproject_part.h b/buildtools/pascal/pascalproject_part.h
index 944250e4..81565cc4 100644
--- a/buildtools/pascal/pascalproject_part.h
+++ b/buildtools/pascal/pascalproject_part.h
@@ -22,8 +22,9 @@ class KDevCompilerOptions;
class PascalProjectPart : public KDevBuildTool
{
Q_OBJECT
+ TQ_OBJECT
public:
- PascalProjectPart(TQObject *parent, const char *name, const TQStringList &);
+ PascalProjectPart(TQObject *tqparent, const char *name, const TQStringList &);
~PascalProjectPart();
virtual void openProject(const TQString &dirName, const TQString &projectName);