summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-02-13 14:35:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-02-13 14:35:13 +0900
commit0f480dc43f6a3dc50b438a17fc2526ca444065ec (patch)
tree9958c75d88cf4cd1df01f3678fbd261a422b48d7 /tools/designer/plugins
parent2a00c1661bb3947e6342de813507d5a3c0729477 (diff)
downloadtqt3-0f480dc43f6a3dc50b438a17fc2526ca444065ec.tar.gz
tqt3-0f480dc43f6a3dc50b438a17fc2526ca444065ec.zip
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/plugins')
-rw-r--r--tools/designer/plugins/cppeditor/yyreg.h2
-rw-r--r--tools/designer/plugins/dlg/dlg2ui.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/plugins/cppeditor/yyreg.h b/tools/designer/plugins/cppeditor/yyreg.h
index a39eac828..5ac3fc2f3 100644
--- a/tools/designer/plugins/cppeditor/yyreg.h
+++ b/tools/designer/plugins/cppeditor/yyreg.h
@@ -66,7 +66,7 @@ public:
int openingBraceLineNum() const { return lineno1; }
int closingBraceLineNum() const { return lineno2; }
-#if defined(Q_FULL_TEMPLATE_INSTANTIATION)
+#if defined(TQ_FULL_TEMPLATE_INSTANTIATION)
bool operator==( const CppFunction& ) const { return FALSE; }
#endif
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;
}