From 59e9205d8b8ef073a918e4e9eff9b258615adca4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 9 Nov 2024 22:58:20 +0900 Subject: Rename KUniqueApplication to TDEUniqueApplication Signed-off-by: Michele Calgaro --- secpolicy/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'secpolicy/main.cpp') diff --git a/secpolicy/main.cpp b/secpolicy/main.cpp index 1071f04..5b82ee5 100644 --- a/secpolicy/main.cpp +++ b/secpolicy/main.cpp @@ -22,7 +22,7 @@ * */ -#include +#include #include #include #include @@ -44,10 +44,10 @@ int main(int argc, char **argv) TDECmdLineArgs::init( argc, argv, &aboutData ); aboutData.addAuthor( "Preston Brown", 0, "pbrown@kde.org"); - if (!KUniqueApplication::start()) + if (!TDEUniqueApplication::start()) exit(0); - KUniqueApplication app; + TDEUniqueApplication app; SecPolicyWin *spWin = new SecPolicyWin(); app.setMainWidget(spWin); -- cgit v1.2.1