diff --git a/src/PropListDelegate.h b/src/PropListDelegate.h index e9c1cf076..539c7c33b 100644 --- a/src/PropListDelegate.h +++ b/src/PropListDelegate.h @@ -24,6 +24,7 @@ #include #include +#include #include #include #include @@ -58,7 +59,7 @@ class PropListDelegate: public QItemDelegate { void paint(QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex & index) const{ char tmp[MAX_CHAR_TMP]; - QStyleOptionViewItemV3 opt = QItemDelegate::setOptions(index, option); + QStyleOptionViewItemV2 opt = QItemDelegate::setOptions(index, option); QPalette::ColorGroup cg = option.state & QStyle::State_Enabled ? QPalette::Normal : QPalette::Disabled; switch(index.column()){ case SIZE: