Fix deprecation build warnings. The "preferred" function has

been available since at least xine 1.1.1 from 2005-11-15.
(cherry picked from commit 4e958b3385)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent b86ba73163
commit 5f01214157

@ -937,7 +937,7 @@ XineEngine::XineEventListener( void *p, const xine_event_t* xineEvent )
/// xine has read the stream and found it actually links to something else
/// so we need to play that instead
TQString message = TQString::fromUtf8( static_cast<xine_mrl_reference_data_t*>(xineEvent->data)->mrl );
TQString message = TQString::fromUtf8( static_cast<xine_mrl_reference_data_ext_t*>(xineEvent->data)->mrl );
TQCustomEvent *e = new TQCustomEvent( 3004 );
e->setData( new TQString( message ) );

Loading…
Cancel
Save