summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/xinecontrol.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/xinecontrol.cpp
parent471dc69956af37e7c5f481c10482f280db853491 (diff)
downloadopie-d3a54af5288cd30fc1a4f2dafc9f848b245046d6.zip
opie-d3a54af5288cd30fc1a4f2dafc9f848b245046d6.tar.gz
opie-d3a54af5288cd30fc1a4f2dafc9f848b245046d6.tar.bz2
theme work
Diffstat (limited to 'noncore/multimedia/opieplayer2/xinecontrol.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/xinecontrol.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/xinecontrol.cpp b/noncore/multimedia/opieplayer2/xinecontrol.cpp
index 3be9fa4..3faeab1 100644
--- a/noncore/multimedia/opieplayer2/xinecontrol.cpp
+++ b/noncore/multimedia/opieplayer2/xinecontrol.cpp
@@ -45,6 +45,7 @@ XineControl::XineControl( QObject *parent, const char *name )
connect( mediaPlayerState, SIGNAL( pausedToggled(bool) ), this, SLOT( pause(bool) ) );
connect( this, SIGNAL( positionChanged( int position ) ), mediaPlayerState, SLOT( updatePosition( long p ) ) );
+ connect(this, SIGNAL( postitionChanged(int position) ), mediaPlayerState, SLOT( setPosition( long p ) ) );
connect( mediaPlayerState, SIGNAL( playingToggled( bool ) ), this, SLOT( stop( bool ) ) );
connect( mediaPlayerState, SIGNAL( fullscreenToggled( bool ) ), this, SLOT( setFullscreen( bool ) ) );
connect( mediaPlayerState, SIGNAL( positionChanged( long ) ), this, SLOT( seekTo( long ) ) );