SVN commit 873687 by aseigo: where's the Q_OBJECT macro? ah, there it is! ;) M +2 -0 svgwidget.h --- trunk/KDE/kdebase/workspace/libs/plasma/widgets/svgwidget.h #873686:873687 @@ -35,6 +35,8 @@ class PLASMA_EXPORT SvgWidget : public QGraphicsWidget { + Q_OBJECT + public: SvgWidget(QGraphicsItem *parent = 0, Qt::WindowFlags wFlags = 0); SvgWidget(Svg *svg, const QString & elementID = QString(),