-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 | |||
@@ -35,13 +35,13 @@ public: | |||
35 | virtual QRegion mask( const WindowData * ) const; | 35 | virtual QRegion mask( const WindowData * ) const; |
36 | virtual QString name() const; | 36 | virtual QString name() const; |
37 | virtual QPixmap icon() const; | 37 | virtual QPixmap icon() const; |
38 | 38 | ||
39 | QRESULT queryInterface( const QUuid&, QUnknownInterface** ); | 39 | QRESULT queryInterface( const QUuid&, QUnknownInterface** ); |
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 | ||
47 | #endif | 47 | #endif |