|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
#include <kmimetype.h>
|
|
|
|
|
#include <tqlayout.h>
|
|
|
|
|
#include <tdeapplication.h>
|
|
|
|
|
#include <kdemacros.h>
|
|
|
|
|
#include <tdemacros.h>
|
|
|
|
|
|
|
|
|
|
KPartsGenericPart::KPartsGenericPart( TQWidget* parentWidget, const char* name )
|
|
|
|
|
: TQWidget( parentWidget, name ), m_part( 0 )
|
|
|
|
@ -103,7 +103,7 @@ bool KPartsWidgetPlugin::isContainer( const TQString & /*key*/ ) const {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// Duplicated from tdelibs/tdecore/kdemacros.h.in for those with tdelibs < 3.4
|
|
|
|
|
/// Duplicated from tdelibs/tdecore/tdemacros.h.in for those with tdelibs < 3.4
|
|
|
|
|
#ifndef TDE_EXPORT_PLUGIN
|
|
|
|
|
#define TDE_EXPORT_PLUGIN(PLUGIN) \
|
|
|
|
|
TQ_EXTERN_C TDE_EXPORT const char* qt_ucm_query_verification_data(); \
|
|
|
|
|