summaryrefslogtreecommitdiffstats
path: root/buildtools/custommakefiles/custombuildoptionswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/custommakefiles/custombuildoptionswidget.h')
-rw-r--r--buildtools/custommakefiles/custombuildoptionswidget.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/buildtools/custommakefiles/custombuildoptionswidget.h b/buildtools/custommakefiles/custombuildoptionswidget.h
index 91b4e5c4..3308aa47 100644
--- a/buildtools/custommakefiles/custombuildoptionswidget.h
+++ b/buildtools/custommakefiles/custombuildoptionswidget.h
@@ -20,7 +20,7 @@ class TQTabWidget;
class CustomBuildOptionsWidget : public CustomBuildOptionsWidgetBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -43,5 +43,3 @@ private:
};
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on