|
|
|
@ -39,7 +39,7 @@ extern "C" {
|
|
|
|
|
#include <framework/mlt_pool.h>
|
|
|
|
|
|
|
|
|
|
#ifdef USE_KDE
|
|
|
|
|
static KInstance *instance = 0L;
|
|
|
|
|
static TDEInstance *instance = 0L;
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
static void qimage_delete( void *data )
|
|
|
|
@ -78,7 +78,7 @@ void init_qimage()
|
|
|
|
|
{
|
|
|
|
|
#ifdef USE_KDE
|
|
|
|
|
if (!instance) {
|
|
|
|
|
instance = new KInstance("qimage_prod");
|
|
|
|
|
instance = new TDEInstance("qimage_prod");
|
|
|
|
|
KImageIO::registerFormats();
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|