diff options
Diffstat (limited to 'src/apt.cpp')
-rw-r--r-- | src/apt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apt.cpp b/src/apt.cpp index 13160d3..fc43cae 100644 --- a/src/apt.cpp +++ b/src/apt.cpp @@ -929,7 +929,7 @@ KURL AptProtocol::buildURL( const KURL& query ) const extern "C" { int kdemain( int argc, char **argv ) { - KInstance instance( "kio_apt" ); + TDEInstance instance( "kio_apt" ); if ( argc != 4 ) { kdDebug( DEBUG_ZONE ) << "Usage: kio_apt protocol domain-socket1 domain-socket2" << endl; |