diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-10 17:12:44 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-10 17:12:44 +0900 |
| commit | 4b808f07f04092e84bb907c2d3a815406507409f (patch) | |
| tree | f8ef865105d3621c2c4a04b620e3d3cd5ff57a87 /dcoprss/main.cpp | |
| parent | 75436bb8cf554fa372ce66793b07af63ecda51a0 (diff) | |
| download | tdenetwork-4b808f07f04092e84bb907c2d3a815406507409f.tar.gz tdenetwork-4b808f07f04092e84bb907c2d3a815406507409f.zip | |
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dcoprss/main.cpp')
| -rw-r--r-- | dcoprss/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dcoprss/main.cpp b/dcoprss/main.cpp index 88807acd..64a22bde 100644 --- a/dcoprss/main.cpp +++ b/dcoprss/main.cpp @@ -1,6 +1,6 @@ /* $Id$ */ -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <tdeaboutdata.h> #include <tdecmdlineargs.h> #include <kdebug.h> @@ -20,15 +20,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() << "rssservice is already running!" << endl; return (0); } - KUniqueApplication app; + TDEUniqueApplication app; kdDebug() << "starting rssservice " << endl; // This app is started automatically, no need for session management app.disableSessionManagement(); |
