we use QT>= 4.6 in kde >= 4.4

svn path=/trunk/KDE/kdebase/workspace/; revision=1107623
This commit is contained in:
Laurent Montel 2010-03-26 09:50:30 +00:00
parent e3aefe524a
commit eb0a8f02b6

View file

@ -91,9 +91,7 @@ class DesktopChangeItem : public QObject, public QGraphicsItem
Q_PROPERTY( qreal arrowValue READ arrowValue WRITE setArrowValue )
Q_PROPERTY( qreal highLightValue READ highLightValue WRITE setHighLightValue )
#if QT_VERSION >= 0x040600
Q_INTERFACES(QGraphicsItem)
#endif
public:
DesktopChangeItem( Workspace* ws, DesktopChangeOSD* parent, int desktop );
~DesktopChangeItem();