From 0f480dc43f6a3dc50b438a17fc2526ca444065ec Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Feb 2021 14:35:13 +0900 Subject: Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION). Signed-off-by: Michele Calgaro --- tools/designer/plugins/dlg/dlg2ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/designer/plugins/dlg') diff --git a/tools/designer/plugins/dlg/dlg2ui.h b/tools/designer/plugins/dlg/dlg2ui.h index 2aaf5672a..73150f77f 100644 --- a/tools/designer/plugins/dlg/dlg2ui.h +++ b/tools/designer/plugins/dlg/dlg2ui.h @@ -48,7 +48,7 @@ struct DlgConnection TQString signal; TQString slot; -#if defined(Q_FULL_TEMPLATE_INSTANTIATION) +#if defined(TQ_FULL_TEMPLATE_INSTANTIATION) bool operator==( const DlgConnection& ) const { return sender == sender && signal == signal && slot == slot; } -- cgit v1.2.1