diff options
Diffstat (limited to 'buildtools/autotools/autoprojectwidget.h')
-rw-r--r-- | buildtools/autotools/autoprojectwidget.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/buildtools/autotools/autoprojectwidget.h b/buildtools/autotools/autoprojectwidget.h index b3f6eaef..2b0e546d 100644 --- a/buildtools/autotools/autoprojectwidget.h +++ b/buildtools/autotools/autoprojectwidget.h @@ -47,7 +47,7 @@ class MakefileHandler; class AutoProjectWidget : public TQVBox { - Q_OBJECT + TQ_OBJECT friend class RemoveFileDialog; friend class TargetOptionsDialog; // to access projectDom() via m_part->projectDom() @@ -227,4 +227,3 @@ private: }; #endif -// kate: indent-mode csands; tab-width 4; |