diff options
Diffstat (limited to 'src/app/xineEngine.cpp')
-rw-r--r-- | src/app/xineEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/xineEngine.cpp b/src/app/xineEngine.cpp index 3a05862..04be1cf 100644 --- a/src/app/xineEngine.cpp +++ b/src/app/xineEngine.cpp @@ -762,7 +762,7 @@ VideoWindow::xineEventListener( void *p, const xine_event_t* xineEvent ) //FIXME this is not the right way, it will have bugs debug() << "XINE_EVENT_MRL_REFERENCE\n"; engine->m_url = TQString::fromUtf8( ((xine_mrl_reference_data_ext_t*)xineEvent->data)->mrl ); - TQTimer::singleShot( 0, engine, SLOT(play()) ); + TQTimer::singleShot( 0, engine, TQ_SLOT(play()) ); break; } case XINE_EVENT_DROPPED_FRAMES: debug() << "XINE_EVENT_DROPPED_FRAMES\n"; break; |