summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/dlg/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/dlg/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/dlg/main.cpp')
-rw-r--r--tools/designer/plugins/dlg/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/plugins/dlg/main.cpp b/tools/designer/plugins/dlg/main.cpp
index 2aa9cef5a..70fc9f340 100644
--- a/tools/designer/plugins/dlg/main.cpp
+++ b/tools/designer/plugins/dlg/main.cpp
@@ -102,7 +102,7 @@ bool DlgFilter::canUnload() const
return TRUE;
}
-Q_EXPORT_COMPONENT()
+TQ_EXPORT_COMPONENT()
{
Q_CREATE_INSTANCE( DlgFilter )
}