From 12b478cefdf1789828dbcd677d409cf8bad654ca Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 13 Jun 2020 16:33:09 +0200 Subject: Conversion KDE -> TDE environment. Signed-off-by: gregory guy --- src/app/xineEngine.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/app/xineEngine.cpp') diff --git a/src/app/xineEngine.cpp b/src/app/xineEngine.cpp index ba3c76b..6691288 100644 --- a/src/app/xineEngine.cpp +++ b/src/app/xineEngine.cpp @@ -8,7 +8,7 @@ #include "config.h" #include "debug.h" #include -#include +#include #include "mxcl.library.h" #include //::sendEvent() #include //record() @@ -189,7 +189,7 @@ VideoWindow::eject() if( m_url.isEmpty() ) return; - KConfig *profile = TheStream::profile(); // the config profile for this video file + TDEConfig *profile = TheStream::profile(); // the config profile for this video file #define writeParameter( param, default ) { \ const int value = xine_get_param( m_stream, param ); \ @@ -245,7 +245,7 @@ VideoWindow::load( const KURL &url ) debug() << "xine_open()\n"; if( xine_open( m_stream, url.url().local8Bit() ) ) { - KConfig *profile = TheStream::profile(); + TDEConfig *profile = TheStream::profile(); #define setParameter( param, default ) xine_set_param( m_stream, param, profile->readNumEntry( TQString::number( param ), default ) ); setParameter( XINE_PARAM_VO_HUE, 32768 ); setParameter( XINE_PARAM_VO_SATURATION, 32772 ); @@ -753,7 +753,7 @@ VideoWindow::xineEventListener( void *p, const xine_event_t* xineEvent ) TQString msg = "%1 %2%"; msg = msg.arg( TQString::fromUtf8( pd->description ) ) - .arg( KGlobal::locale()->formatNumber( pd->percent, 0 ) ); + .arg( TDEGlobal::locale()->formatNumber( pd->percent, 0 ) ); TQApplication::postEvent( engine, new TQCustomEvent( TQEvent::Type(3000), new TQString( msg ) ) ); break; -- cgit v1.2.3