X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcolumnhandleitem.h;fp=src%2Fqtui%2Fcolumnhandleitem.h;h=2947bba58e0c0332bec5f232746b7c0401e11f41;hp=9274473f77432ca42258087147f2bed71aecb49c;hb=42427941acebf28cadfbe1b57c5ba4add0829111;hpb=2012c1930c6635f5c92dafcd4f082dedaf5ebf61 diff --git a/src/qtui/columnhandleitem.h b/src/qtui/columnhandleitem.h index 9274473f..2947bba5 100644 --- a/src/qtui/columnhandleitem.h +++ b/src/qtui/columnhandleitem.h @@ -30,6 +30,9 @@ class ColumnHandleItem : public QObject, public QGraphicsItem { Q_OBJECT +#if QT_VERSION >= 0x040600 + Q_INTERFACES(QGraphicsItem) +#endif public: ColumnHandleItem(qreal width, QGraphicsItem *parent = 0);