diff options
Diffstat (limited to 'buildtools/custommakefiles/custommakeconfigwidget.h')
-rw-r--r-- | buildtools/custommakefiles/custommakeconfigwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/custommakefiles/custommakeconfigwidget.h b/buildtools/custommakefiles/custommakeconfigwidget.h index 5a94e669..42cd310e 100644 --- a/buildtools/custommakefiles/custommakeconfigwidget.h +++ b/buildtools/custommakefiles/custommakeconfigwidget.h @@ -24,9 +24,10 @@ class EnvironmentVariablesWidget; class CustomMakeConfigWidget : public CustomMakeConfigWidgetBase { Q_OBJECT + TQ_OBJECT public: - CustomMakeConfigWidget(CustomProjectPart* part, const TQString& configGroup, TQWidget* parent); + CustomMakeConfigWidget(CustomProjectPart* part, const TQString& configGroup, TQWidget* tqparent); ~CustomMakeConfigWidget(); |