From 1711870a073597c2282f32ad39a9b8ad5e1cf6bb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 5 Nov 2024 12:24:20 +0900 Subject: Rename KUniqueApplication to TDEUniqueApplication and remove obsolete kapp.h and kuniqueapp.h headers Signed-off-by: Michele Calgaro --- tdeinit/README.autostart | 6 +++--- tdeinit/tdelauncher.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tdeinit') diff --git a/tdeinit/README.autostart b/tdeinit/README.autostart index ab8132915..d5b6171d2 100644 --- a/tdeinit/README.autostart +++ b/tdeinit/README.autostart @@ -53,10 +53,10 @@ contain the following optional entries to control its autostart: Disables autostarting the application. -KUniqueApplication and session restoration +TDEUniqueApplication and session restoration ------------------------------------------ -If KUniqueApplication applications are autostarted before they are restored +If TDEUniqueApplication applications are autostarted before they are restored from the previous session, they will never see the session restoration command. -So if you need to autostart a KUniqueApplication which may also be restored +So if you need to autostart a TDEUniqueApplication which may also be restored in session restoration, you should schedule it for autostart in phase 2. diff --git a/tdeinit/tdelauncher.h b/tdeinit/tdelauncher.h index 0f3a1c5c2..82732cf9f 100644 --- a/tdeinit/tdelauncher.h +++ b/tdeinit/tdelauncher.h @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include -- cgit v1.2.1