From f2f523e6050de441b2c01cba6d2574531c6047e5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 8 Nov 2024 22:50:45 +0900 Subject: Rename KUniqueApplication to TDEUniqueApplication Signed-off-by: Michele Calgaro --- doc/html/main_8cpp-source.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/main_8cpp-source.html') diff --git a/doc/html/main_8cpp-source.html b/doc/html/main_8cpp-source.html index 2f8c875..5dc0c40 100644 --- a/doc/html/main_8cpp-source.html +++ b/doc/html/main_8cpp-source.html @@ -35,7 +35,7 @@ 00018 //KDE-Header 00019 #include <tdecmdlineargs.h> 00020 #include <tdeaboutdata.h> -00021 #include <kuniqueapplication.h> +00021 #include <tdeuniqueapplication.h> 00022 #include <tdelocale.h> 00023 #include <kdebug.h> 00024 @@ -103,15 +103,15 @@ 00086 kdDebug () << "KShowmail running in normal mode" << endl; 00087 00088 //add special command line options for unique KDE applications -00089 KUniqueApplication::addCmdLineOptions(); +00089 TDEUniqueApplication::addCmdLineOptions(); 00090 00091 //test whether the new application to start is unique -00092 if (KUniqueApplication::start()) +00092 if (TDEUniqueApplication::start()) 00093 { 00094 //yes, wa can start a unique kshowmail instance 00095 00096 //create a new unique appliction -00097 //UniqueApp is a inherited class of KUniqueApplication +00097 //UniqueApp is a inherited class of TDEUniqueApplication 00098 //see uniqueapp.h 00099 UniqueApp* app = new UniqueApp (); 00100 -- cgit v1.2.1