From 4b808f07f04092e84bb907c2d3a815406507409f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 10 Nov 2024 17:12:44 +0900 Subject: Rename KUniqueApplication to TDEUniqueApplication Signed-off-by: Michele Calgaro --- dcoprss/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dcoprss/main.cpp') 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 +#include #include #include #include @@ -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(); -- cgit v1.2.3