* Thu Oct 4 2008 Kevin Kofler 0.8.3-5 - register KComponentData properly in KDE 4 KPart diff -ur gnash-0.8.3-port-to-kde4/plugin/klash4/klash_part.cpp gnash-0.8.3-fix-kde4-port/plugin/klash4/klash_part.cpp --- gnash-0.8.3-port-to-kde4/plugin/klash4/klash_part.cpp 2008-10-09 02:00:33.000000000 +0200 +++ gnash-0.8.3-fix-kde4-port/plugin/klash4/klash_part.cpp 2008-10-09 02:03:42.000000000 +0200 @@ -100,7 +100,7 @@ m_started_emited (false) { //kdDebug () << "KlashPart(" << this << ")::KlashPart ()" << endl; bool show_fullscreen = false; - // FIXME what is the right replacement for this? setInstance (KlashFactory::instance (), true); + setComponentData (*KlashFactory::instance ()); KAction *playact = new KAction(this); playact->setText(i18n("P&lay")); connect(playact, SIGNAL(triggered()), this, SLOT(play()));