|
|
|
@ -104,14 +104,14 @@ bool KPartsWidgetPlugin::isContainer( const TQString & /*key*/ ) const {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// Duplicated from tdelibs/tdecore/kdemacros.h.in for those with tdelibs < 3.4
|
|
|
|
|
#ifndef KDE_TQ_EXPORT_PLUGIN
|
|
|
|
|
#define KDE_TQ_EXPORT_PLUGIN(PLUGIN) \
|
|
|
|
|
#ifndef TDE_EXPORT_PLUGIN
|
|
|
|
|
#define TDE_EXPORT_PLUGIN(PLUGIN) \
|
|
|
|
|
TQ_EXTERN_C TDE_EXPORT const char* qt_ucm_query_verification_data(); \
|
|
|
|
|
TQ_EXTERN_C TDE_EXPORT TQUnknownInterface* ucm_instantiate(); \
|
|
|
|
|
TQ_EXPORT_PLUGIN(PLUGIN)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
KDE_TQ_EXPORT_PLUGIN( KPartsWidgetPlugin )
|
|
|
|
|
TDE_EXPORT_PLUGIN( KPartsWidgetPlugin )
|
|
|
|
|
|
|
|
|
|
#include "tdepartsdesignerplugin.moc"
|
|
|
|
|
|
|
|
|
|