summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/audiowidget.h
Unidiff
Diffstat (limited to 'noncore/multimedia/opieplayer2/audiowidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/audiowidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/multimedia/opieplayer2/audiowidget.h b/noncore/multimedia/opieplayer2/audiowidget.h
index e05188e..772d1d1 100644
--- a/noncore/multimedia/opieplayer2/audiowidget.h
+++ b/noncore/multimedia/opieplayer2/audiowidget.h
@@ -112,38 +112,38 @@ protected:
112 void doUnblank(); 112 void doUnblank();
113 void paintEvent( QPaintEvent *pe ); 113 void paintEvent( QPaintEvent *pe );
114 void showEvent( QShowEvent *se ); 114 void showEvent( QShowEvent *se );
115 void resizeEvent( QResizeEvent *re ); 115 void resizeEvent( QResizeEvent *re );
116 void mouseMoveEvent( QMouseEvent *event ); 116 void mouseMoveEvent( QMouseEvent *event );
117 void mousePressEvent( QMouseEvent *event ); 117 void mousePressEvent( QMouseEvent *event );
118 void mouseReleaseEvent( QMouseEvent *event ); 118 void mouseReleaseEvent( QMouseEvent *event );
119 void timerEvent( QTimerEvent *event ); 119 void timerEvent( QTimerEvent *event );
120 void closeEvent( QCloseEvent *event ); 120 void closeEvent( QCloseEvent *event );
121 void keyReleaseEvent( QKeyEvent *e); 121 void keyReleaseEvent( QKeyEvent *e);
122private slots: 122private slots:
123 void skipFor(); 123 void skipFor();
124 void skipBack(); 124 void skipBack();
125 void stopSkip(); 125 void stopSkip();
126private: 126private:
127 void toggleButton( int ); 127 void toggleButton( int );
128 void setToggleButton( int, bool ); 128 void setToggleButton( int, bool );
129 void paintButton( QPainter *p, int i ); 129 void paintButton( QPainter *p, int i );
130 int skipDirection; 130 int skipDirection;
131 QString skin; 131 QString skin;
132 QPixmap *pixBg; 132 QPixmap *pixBg;
133 QImage *imgUp; 133 QImage *imgUp;
134 QImage *imgDn; 134 QImage *imgDn;
135 QImage *imgButtonMask; 135 QImage *imgButtonMask;
136 QBitmap *masks[11]; 136 QBitmap *masks[10];
137 QPixmap *buttonPixUp[11]; 137 QPixmap *buttonPixUp[10];
138 QPixmap *buttonPixDown[11]; 138 QPixmap *buttonPixDown[10];
139 139
140 QPixmap *pixmaps[4]; 140 QPixmap *pixmaps[4];
141 Ticker songInfo; 141 Ticker songInfo;
142 QSlider slider; 142 QSlider slider;
143 QLineEdit time; 143 QLineEdit time;
144 int xoff, yoff; 144 int xoff, yoff;
145}; 145};
146 146
147 147
148#endif // AUDIO_WIDGET_H 148#endif // AUDIO_WIDGET_H
149 149