X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcolumnhandleitem.h;h=2947bba58e0c0332bec5f232746b7c0401e11f41;hp=3d0d6e727b43cf24046b75c72162bbc9fb1e8be1;hb=159fe3f19ba35c482f0a170da50a13b57ea3a5bd;hpb=9ce9c0ab3ac6f4bda4e3a70bf13a9c07d2debfe6 diff --git a/src/qtui/columnhandleitem.h b/src/qtui/columnhandleitem.h index 3d0d6e72..2947bba5 100644 --- a/src/qtui/columnhandleitem.h +++ b/src/qtui/columnhandleitem.h @@ -1,5 +1,5 @@ /*************************************************************************** -* Copyright (C) 2005-08 by the Quassel IRC Team * +* Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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);