diff --git a/src/tdesvnd/main.cpp b/src/tdesvnd/main.cpp index 9d42152..47b52ac 100644 --- a/src/tdesvnd/main.cpp +++ b/src/tdesvnd/main.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ -#include +#include #include #include #include @@ -48,15 +48,15 @@ int main (int argc, char *argv[]) TDECmdLineArgs::init( argc, argv, &aboutdata ); TDECmdLineArgs::addCmdLineOptions( options ); - KUniqueApplication::addCmdLineOptions(); + TDEUniqueApplication::addCmdLineOptions(); - if (!KUniqueApplication::start()) + if (!TDEUniqueApplication::start()) { kdDebug() << "tdesvnd is already running!" << endl; return (0); } - KUniqueApplication app; + TDEUniqueApplication app; kdDebug() << "starting tdesvnd_dcop " << endl; // This app is started automatically, no need for session management app.disableSessionManagement();