diff options
Diffstat (limited to 'buildtools/autotools/autoprojectpart.h')
-rw-r--r-- | buildtools/autotools/autoprojectpart.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/buildtools/autotools/autoprojectpart.h b/buildtools/autotools/autoprojectpart.h index 706eacae..16be5886 100644 --- a/buildtools/autotools/autoprojectpart.h +++ b/buildtools/autotools/autoprojectpart.h @@ -34,9 +34,10 @@ class ConfigWidgetProxy; class AutoProjectPart : public KDevBuildTool { Q_OBJECT + TQ_OBJECT public: - AutoProjectPart( TQObject *parent, const char *name, const TQStringList &args ); + AutoProjectPart( TQObject *tqparent, const char *name, const TQStringList &args ); virtual ~AutoProjectPart(); /** @@ -132,7 +133,7 @@ private: bool m_needMakefileCvs; bool m_lastCompilationFailed; bool m_isKDE; - QPair<TQDir, TargetItem*> m_executeTargetAfterBuild; + TQPair<TQDir, TargetItem*> m_executeTargetAfterBuild; TQString m_runProg; ConfigWidgetProxy * _configProxy; |