diff options
Diffstat (limited to 'buildtools/autotools/choosetargetdialog.h')
-rw-r--r-- | buildtools/autotools/choosetargetdialog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/buildtools/autotools/choosetargetdialog.h b/buildtools/autotools/choosetargetdialog.h index b1e4f12d..ec9e2799 100644 --- a/buildtools/autotools/choosetargetdialog.h +++ b/buildtools/autotools/choosetargetdialog.h @@ -28,7 +28,7 @@ class TQWidget; class ChooseTargetDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: ChooseTargetDialog( AutoProjectWidget* widget, AutoProjectPart* part, @@ -55,4 +55,3 @@ private: }; #endif -// kate: indent-mode csands; tab-width 4; |