Fix chatline caching on resize
[quassel.git] / src / qtui / columnhandleitem.h
index 3d0d6e7..2947bba 100644 (file)
@@ -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);