From 2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:19:29 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/k3blsofwrapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/k3blsofwrapper.cpp') diff --git a/src/k3blsofwrapper.cpp b/src/k3blsofwrapper.cpp index 0362de6..ee44f06 100644 --- a/src/k3blsofwrapper.cpp +++ b/src/k3blsofwrapper.cpp @@ -62,7 +62,7 @@ bool K3bLsofWrapper::checkDevice( K3bDevice::Device* dev ) return false; // run lsof - KProcess p; + TDEProcess p; K3bProcessOutputCollector out( &p ); // @@ -72,7 +72,7 @@ bool K3bLsofWrapper::checkDevice( K3bDevice::Device* dev ) // p << d->lsofBin << "-Fpc" << dev->blockDeviceName(); - if( !p.start( KProcess::Block, KProcess::Stdout ) ) + if( !p.start( TDEProcess::Block, TDEProcess::Stdout ) ) return false; // -- cgit v1.2.3