From c1e3b95ae6a113ba6548f2ac4d63f739a4f7055f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 9 Nov 2024 22:58:31 +0900 Subject: Rename KUniqueApplication to TDEUniqueApplication Signed-off-by: Michele Calgaro --- tdepasswd/tdepasswd.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tdepasswd') diff --git a/tdepasswd/tdepasswd.cpp b/tdepasswd/tdepasswd.cpp index 398d6d6bf..150a2948a 100644 --- a/tdepasswd/tdepasswd.cpp +++ b/tdepasswd/tdepasswd.cpp @@ -8,7 +8,7 @@ #include -#include +#include #include #include #include @@ -36,15 +36,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() << "tdepasswd is already running" << endl; return 0; } - KUniqueApplication app; + TDEUniqueApplication app; KUser ku; TQString user; -- cgit v1.2.1