From 7c012ee8cd16d8befacc6f6750711443fac0fd5e Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 10 Nov 2002 19:01:52 +0000 Subject: *** empty log message *** --- (limited to 'noncore/multimedia/opieplayer2/audiowidget.h') diff --git a/noncore/multimedia/opieplayer2/audiowidget.h b/noncore/multimedia/opieplayer2/audiowidget.h index bcd941e..7cb1d79 100644 --- a/noncore/multimedia/opieplayer2/audiowidget.h +++ b/noncore/multimedia/opieplayer2/audiowidget.h @@ -43,6 +43,7 @@ #include #include +#include class QPixmap; @@ -62,23 +63,6 @@ enum AudioButtons { }; }; -class Ticker : public QFrame { - Q_OBJECT - -public: - Ticker( QWidget* parent=0 ); - ~Ticker(); - void setText( const QString& text ) ; - -protected: - void timerEvent( QTimerEvent * ); - void drawContents( QPainter *p ); -private: - QString scrollText; - int pos, pixelLen; -}; - - class AudioWidget : public QWidget { Q_OBJECT public: @@ -138,7 +122,7 @@ private: QPixmap *buttonPixDown[10]; QPixmap *pixmaps[4]; - Ticker songInfo; + OTicker songInfo; QSlider slider; QLineEdit time; int xoff, yoff; -- cgit v0.9.0.2