summaryrefslogtreecommitdiffstats
path: root/tools
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:36:16 +0900
commit0fa6ad42e8e3ec60d90d94f214ae4496f379bcf2 (patch)
treeb367c9aea1b713bed2c21268fae60062ee980e3b /tools
parent529485e7e30dd24c4c71a343cd8bf4cfc2a08808 (diff)
downloadtqt3-0fa6ad42e8e3ec60d90d94f214ae4496f379bcf2.tar.gz
tqt3-0fa6ad42e8e3ec60d90d94f214ae4496f379bcf2.zip
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0f480dc43f6a3dc50b438a17fc2526ca444065ec)
Diffstat (limited to 'tools')
-rw-r--r--tools/designer/designer/formwindow.h2
-rw-r--r--tools/designer/designer/mainwindow.h2
-rw-r--r--tools/designer/plugins/cppeditor/yyreg.h2
-rw-r--r--tools/designer/plugins/dlg/dlg2ui.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/designer/designer/formwindow.h b/tools/designer/designer/formwindow.h
index cfbfed21..12f27998 100644
--- a/tools/designer/designer/formwindow.h
+++ b/tools/designer/designer/formwindow.h
@@ -63,7 +63,7 @@ class Project;
struct DesignerFormWindow;
class FormFile;
-#if defined(Q_CC_MSVC) || defined(Q_FULL_TEMPLATE_INSTANTIATION)
+#if defined(Q_CC_MSVC) || defined(TQ_FULL_TEMPLATE_INSTANTIATION)
#include "orderindicator.h"
#else
class OrderIndicator;
diff --git a/tools/designer/designer/mainwindow.h b/tools/designer/designer/mainwindow.h
index b18618a9..e5037451 100644
--- a/tools/designer/designer/mainwindow.h
+++ b/tools/designer/designer/mainwindow.h
@@ -74,7 +74,7 @@ class SourceFile;
class FormFile;
class TQAssistantClient;
-#if defined(Q_FULL_TEMPLATE_INSTANTIATION)
+#if defined(TQ_FULL_TEMPLATE_INSTANTIATION)
#include <ntqtoolbar.h>
#else
class TQToolBar;
diff --git a/tools/designer/plugins/cppeditor/yyreg.h b/tools/designer/plugins/cppeditor/yyreg.h
index a39eac82..5ac3fc2f 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 2aaf5672..73150f77 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;
}