It seems that the QGraphicsItem interface only exists in Qt 4.6.

svn path=/trunk/KDE/kdebase/workspace/; revision=1031617
icc-effect-5.14.5
Lucas Murray 2009-10-05 15:07:27 +00:00
parent 60ceffbe63
commit f2fc1d6da3
1 changed files with 2 additions and 0 deletions

View File

@ -86,7 +86,9 @@ class DesktopChangeOSD : public QGraphicsView
class DesktopChangeItem : public QObject, public QGraphicsItem
{
Q_OBJECT
#if QT_VERSION >= 0x040600
Q_INTERFACES(QGraphicsItem)
#endif
public:
DesktopChangeItem( Workspace* ws, DesktopChangeOSD* parent, int desktop );
~DesktopChangeItem();