summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/cppeditor
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-03 10:32:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-03 10:32:28 +0900
commit64d2e7533f57a6ffd64827d83f93a994efafd8d0 (patch)
tree09e792f13979bf0a63ea139579ccc9ba78869fdc /tools/designer/plugins/cppeditor
parent094cadcfcbf9c2deccca231adf6de1026aff157b (diff)
downloadtqt-64d2e753.tar.gz
tqt-64d2e753.zip
Rename Q_EXPORT to TQ_EXPORT
Manually cherry picked from commit 01d46198 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/plugins/cppeditor')
-rw-r--r--tools/designer/plugins/cppeditor/common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/plugins/cppeditor/common.cpp b/tools/designer/plugins/cppeditor/common.cpp
index 02c80de11..7a8e94d73 100644
--- a/tools/designer/plugins/cppeditor/common.cpp
+++ b/tools/designer/plugins/cppeditor/common.cpp
@@ -105,7 +105,7 @@ TQRESULT CommonInterface::queryInterface( const TQUuid &uuid, TQUnknownInterface
}
-Q_EXPORT_COMPONENT()
+TQ_EXPORT_COMPONENT()
{
Q_CREATE_INSTANCE( CommonInterface )
}