summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/wizards/main.cpp
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/wizards/main.cpp
parent094cadcfcbf9c2deccca231adf6de1026aff157b (diff)
downloadtqt-64d2e7533f57a6ffd64827d83f93a994efafd8d0.tar.gz
tqt-64d2e7533f57a6ffd64827d83f93a994efafd8d0.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/wizards/main.cpp')
-rw-r--r--tools/designer/plugins/wizards/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/plugins/wizards/main.cpp b/tools/designer/plugins/wizards/main.cpp
index ed0a36e30..7a84ef115 100644
--- a/tools/designer/plugins/wizards/main.cpp
+++ b/tools/designer/plugins/wizards/main.cpp
@@ -136,7 +136,7 @@ TQRESULT StandardTemplateWizardInterface::queryInterface( const TQUuid& uuid, TQ
return TQS_OK;
}
-Q_EXPORT_COMPONENT()
+TQ_EXPORT_COMPONENT()
{
Q_CREATE_INSTANCE( StandardTemplateWizardInterface )
}