equal
deleted
inserted
replaced
58 #include <QtCore/qlist.h> |
58 #include <QtCore/qlist.h> |
59 #include <QtGui/qpixmap.h> |
59 #include <QtGui/qpixmap.h> |
60 #include <QtGui/qicon.h> |
60 #include <QtGui/qicon.h> |
61 #include <QtGui/qiconengine.h> |
61 #include <QtGui/qiconengine.h> |
62 |
62 |
|
63 #ifndef QT_NO_ICON |
63 QT_BEGIN_NAMESPACE |
64 QT_BEGIN_NAMESPACE |
64 |
65 |
65 class QIconPrivate |
66 class QIconPrivate |
66 { |
67 { |
67 public: |
68 public: |
132 friend QDataStream &operator<<(QDataStream &s, const QIcon &icon); |
133 friend QDataStream &operator<<(QDataStream &s, const QIcon &icon); |
133 friend class QIconThemeEngine; |
134 friend class QIconThemeEngine; |
134 }; |
135 }; |
135 |
136 |
136 QT_END_NAMESPACE |
137 QT_END_NAMESPACE |
137 |
138 #endif //QT_NO_ICON |
138 #endif // QICON_P_H |
139 #endif // QICON_P_H |