author | mickeyl <mickeyl> | 2006-05-25 22:06:51 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2006-05-25 22:06:51 (UTC) |
commit | 96113f0d780a93836f13f85b2d980bc3b34ff34f (patch) (unidiff) | |
tree | 83baa50c183958a232450a0bbef3cd6799aa6192 /noncore | |
parent | 5e2d061e5396213efe57c8ad7751bb7e8812dccd (diff) | |
download | opie-96113f0d780a93836f13f85b2d980bc3b34ff34f.zip opie-96113f0d780a93836f13f85b2d980bc3b34ff34f.tar.gz opie-96113f0d780a93836f13f85b2d980bc3b34ff34f.tar.bz2 |
g++ 4.1 fix
-rw-r--r-- | noncore/decorations/polished/polished.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
40 | Q_REFCOUNT | 40 | Q_REFCOUNT |
41 | 41 | ||
42 | protected: | 42 | protected: |
43 | void PolishedDecoration::drawBlend( QPainter *, const QRect &r, const QColor &c1, const QColor&c2 ) const; | 43 | void drawBlend( QPainter *, const QRect &r, const QColor &c1, const QColor&c2 ) const; |
44 | 44 | ||
45 | }; | 45 | }; |
46 | 46 | ||