diff options
author | Michele Calgaro <[email protected]> | 2025-01-02 12:02:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-02 12:02:24 +0900 |
commit | 01d46198d1b9240c8e0eb1cf31300b77879da412 (patch) | |
tree | 69534901f3dff9f0beed05350c23bbe3b92a1fe0 /tools/designer/plugins/cppeditor | |
parent | 37293565c31fa447fbf7cb0566be51d1204e8991 (diff) | |
download | tqt3-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/cppeditor')
-rw-r--r-- | tools/designer/plugins/cppeditor/common.cpp | 2 |
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 ) } |