summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/wizards/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-02 12:02:24 +0900
committerMichele Calgaro <[email protected]>2025-01-02 12:02:24 +0900
commit01d46198d1b9240c8e0eb1cf31300b77879da412 (patch)
tree69534901f3dff9f0beed05350c23bbe3b92a1fe0 /tools/designer/plugins/wizards/main.cpp
parent37293565c31fa447fbf7cb0566be51d1204e8991 (diff)
downloadtqt3-01d46198d1b9240c8e0eb1cf31300b77879da412.tar.gz
tqt3-01d46198d1b9240c8e0eb1cf31300b77879da412.zip
Rename Q_EXPORT to TQ_EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
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 1a4bb7b53..cca81382a 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 )
}