summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/audiowidget.cpp
authorharlekin <harlekin>2002-08-02 11:38:17 (UTC)
committer harlekin <harlekin>2002-08-02 11:38:17 (UTC)
commitd3a54af5288cd30fc1a4f2dafc9f848b245046d6 (patch) (side-by-side diff)
tree7390858ac62708bfc81078493e580a57297c61fa /noncore/multimedia/opieplayer2/audiowidget.cpp
parent471dc69956af37e7c5f481c10482f280db853491 (diff)
downloadopie-d3a54af5288cd30fc1a4f2dafc9f848b245046d6.zip
opie-d3a54af5288cd30fc1a4f2dafc9f848b245046d6.tar.gz
opie-d3a54af5288cd30fc1a4f2dafc9f848b245046d6.tar.bz2
theme work
Diffstat (limited to 'noncore/multimedia/opieplayer2/audiowidget.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/audiowidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/audiowidget.cpp b/noncore/multimedia/opieplayer2/audiowidget.cpp
index 689366e..300a5c8 100644
--- a/noncore/multimedia/opieplayer2/audiowidget.cpp
+++ b/noncore/multimedia/opieplayer2/audiowidget.cpp
@@ -161,7 +161,7 @@ AudioWidget::AudioWidget(QWidget* parent, const char* name, WFlags f) :
connect( mediaPlayerState, SIGNAL( loopingToggled(bool) ), this, SLOT( setLooping(bool) ) );
connect( mediaPlayerState, SIGNAL( pausedToggled(bool) ), this, SLOT( setPaused(bool) ) );
connect( mediaPlayerState, SIGNAL( playingToggled(bool) ), this, SLOT( setPlaying(bool) ) );
-
+
// Intialise state
setLength( mediaPlayerState->length() );
setPosition( mediaPlayerState->position() );