Fix TQt plugin loading

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214754 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent bab4089069
commit d908d37c4e

@ -53,9 +53,9 @@
* cope with symbol visibility. * cope with symbol visibility.
*/ */
#define KDE_Q_EXPORT_PLUGIN(PLUGIN) \ #define KDE_Q_EXPORT_PLUGIN(PLUGIN) \
Q_EXTERN_C KDE_EXPORT const char* tqt_ucm_query_verification_data(); \ TQ_EXTERN_C KDE_EXPORT const char* tqt_ucm_query_verification_data(); \
Q_EXTERN_C KDE_EXPORT TQUnknownInterface* ucm_instantiate(); \ TQ_EXTERN_C KDE_EXPORT TQUnknownInterface* ucm_instantiate(); \
Q_EXPORT_PLUGIN(PLUGIN) TQ_EXPORT_PLUGIN(PLUGIN)
/** /**
* The KDE_PACKED can be used to hint the compiler that a particular * The KDE_PACKED can be used to hint the compiler that a particular

Loading…
Cancel
Save