diff options
Diffstat (limited to 'buildtools/custommakefiles/customotherconfigwidget.h')
-rw-r--r-- | buildtools/custommakefiles/customotherconfigwidget.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/buildtools/custommakefiles/customotherconfigwidget.h b/buildtools/custommakefiles/customotherconfigwidget.h index 64f3a5bd..ee9c31a7 100644 --- a/buildtools/custommakefiles/customotherconfigwidget.h +++ b/buildtools/custommakefiles/customotherconfigwidget.h @@ -23,7 +23,7 @@ class EnvironmentVariablesWidget; */ class CustomOtherConfigWidget : public CustomOtherConfigWidgetBase { - Q_OBJECT + TQ_OBJECT public: @@ -53,6 +53,3 @@ protected: }; #endif - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on - |