diff --git a/src/gui/painting/qcolor.h b/src/gui/painting/qcolor.h index 2d6db1a14cf..8f6d8bc5a60 100644 --- a/src/gui/painting/qcolor.h +++ b/src/gui/painting/qcolor.h @@ -16,7 +16,6 @@ QT_BEGIN_NAMESPACE class QColor; -class QColormap; class QVariant; #ifndef QT_NO_DEBUG_STREAM @@ -256,7 +255,6 @@ private: ushort array[5]; } ct; - friend class QColormap; #ifndef QT_NO_DATASTREAM friend Q_GUI_EXPORT QDataStream &operator<<(QDataStream &, const QColor &); friend Q_GUI_EXPORT QDataStream &operator>>(QDataStream &, QColor &);