diff --git a/smb4k/main.cpp b/smb4k/main.cpp index fd0e51f..5563322 100644 --- a/smb4k/main.cpp +++ b/smb4k/main.cpp @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include @@ -102,17 +102,17 @@ int main( int argc, char *argv[] ) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KUniqueApplication::addCmdLineOptions(); + TDEUniqueApplication::addCmdLineOptions(); - // This is not needed, because KUniqueApplication::start() + // This is not needed, because TDEUniqueApplication::start() // is called directly before the application is executed, but // we use it anyway. There is no performance impact. - if ( !KUniqueApplication::start() ) + if ( !TDEUniqueApplication::start() ) { exit( 0 ); } - KUniqueApplication app; + TDEUniqueApplication app; // Check the current config file and remove it if it belongs to // a version < 0.9.0. diff --git a/smb4k/smb4k.cpp b/smb4k/smb4k.cpp index 03a0828..2725447 100644 --- a/smb4k/smb4k.cpp +++ b/smb4k/smb4k.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include #include