diff options
Diffstat (limited to 'buildtools/qmake/trollprojectpart.h')
-rw-r--r-- | buildtools/qmake/trollprojectpart.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/buildtools/qmake/trollprojectpart.h b/buildtools/qmake/trollprojectpart.h index e36ef202..1516c477 100644 --- a/buildtools/qmake/trollprojectpart.h +++ b/buildtools/qmake/trollprojectpart.h @@ -30,7 +30,7 @@ class TQMakeDefaultOpts; class TrollProjectPart : public KDevBuildTool { - Q_OBJECT + TQ_OBJECT public: @@ -38,7 +38,6 @@ public: ~TrollProjectPart(); bool isTMakeProject() const { return m_tmakeProject; } - bool isTQt4Project() const; bool isDirty(); KDirWatch* dirWatch(); virtual Options options() const; |