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