From 96113f0d780a93836f13f85b2d980bc3b34ff34f Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 25 May 2006 22:06:51 +0000 Subject: g++ 4.1 fix --- (limited to 'noncore/decorations') diff --git a/noncore/decorations/polished/polished.h b/noncore/decorations/polished/polished.h index d661427..67cbe28 100644 --- a/noncore/decorations/polished/polished.h +++ b/noncore/decorations/polished/polished.h @@ -40,7 +40,7 @@ public: Q_REFCOUNT protected: - void PolishedDecoration::drawBlend( QPainter *, const QRect &r, const QColor &c1, const QColor&c2 ) const; + void drawBlend( QPainter *, const QRect &r, const QColor &c1, const QColor&c2 ) const; }; -- cgit v0.9.0.2