From 1ae5e36baf1ee73c4ba1149a3f2d04942cb71f0f Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 7 May 2011 10:29:28 +0200 Subject: make the new QtGui compile --- src/gui/text/qcssparser_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/text/qcssparser_p.h') diff --git a/src/gui/text/qcssparser_p.h b/src/gui/text/qcssparser_p.h index 86bafc9215..5ede553aa5 100644 --- a/src/gui/text/qcssparser_p.h +++ b/src/gui/text/qcssparser_p.h @@ -61,9 +61,9 @@ #include #include #include -#include #include +class QIcon; #ifndef QT_NO_CSSPARSER @@ -453,7 +453,7 @@ struct Q_AUTOTEST_EXPORT Declaration QSize sizeValue() const; QRect rectValue() const; QString uriValue() const; - QIcon iconValue() const; +// QIcon iconValue() const; void borderImageValue(QString *image, int *cuts, TileMode *h, TileMode *v) const; }; -- cgit v1.2.3