summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/graphwindow.h
authormickeyl <mickeyl>2006-05-25 22:44:37 (UTC)
committer mickeyl <mickeyl>2006-05-25 22:44:37 (UTC)
commitb8da33d26189ae36814335e77bef05203df4e2b2 (patch) (side-by-side diff)
tree4b7430f8e95a561530908a4f831658bce59223a7 /noncore/net/wellenreiter/gui/graphwindow.h
parent22caa97cd10f2b81107bc83f50deab373afd2ca8 (diff)
downloadopie-b8da33d26189ae36814335e77bef05203df4e2b2.zip
opie-b8da33d26189ae36814335e77bef05203df4e2b2.tar.gz
opie-b8da33d26189ae36814335e77bef05203df4e2b2.tar.bz2
g++ 4.1.1 fixes
Diffstat (limited to 'noncore/net/wellenreiter/gui/graphwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/graphwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/gui/graphwindow.h b/noncore/net/wellenreiter/gui/graphwindow.h
index 392d85b..8b027ed 100644
--- a/noncore/net/wellenreiter/gui/graphwindow.h
+++ b/noncore/net/wellenreiter/gui/graphwindow.h
@@ -45,13 +45,13 @@ class MFrequencySpectrum : public QWidget
virtual void paintEvent( QPaintEvent* );
virtual void mousePressEvent( QMouseEvent* );
void drawLine( QPainter* p, int x, int y, int width, const QColor& c );
void drawTopLine( QPainter* p, int x, int y, int width, const QColor& c );
void drawBottomLine( QPainter* p, int x, int y, int width, const QColor& c );
- void MFrequencySpectrum::drawBar( QPainter* p, int x, int y, int width, int height, int maxheight );
+ void drawBar( QPainter* p, int x, int y, int width, int height, int maxheight );
private:
int _channels;
int* _values;
bool* _dirty;
};