where's the Q_OBJECT macro? ah, there it is! ;)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=873687
This commit is contained in:
Aaron J. Seigo 2008-10-19 23:20:27 +00:00
parent 30f24cbe86
commit d2a6019704

View File

@ -35,6 +35,8 @@ class SvgWidgetPrivate;
class PLASMA_EXPORT SvgWidget : public QGraphicsWidget
{
Q_OBJECT
public:
SvgWidget(QGraphicsItem *parent = 0, Qt::WindowFlags wFlags = 0);
SvgWidget(Svg *svg, const QString & elementID = QString(),