summaryrefslogtreecommitdiffstats
path: root/gnash/build/gnash.kde4.diff
blob: 8fbfc3b5c902176ff8bb92670b6e3d3817f00f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* Thu Oct  4 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 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()));