diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-05 12:24:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-19 22:26:14 +0900 |
commit | 1711870a073597c2282f32ad39a9b8ad5e1cf6bb (patch) | |
tree | 1fb9f1d9ad4ec650960add05c3dd287cd42c7d61 /tdeinit | |
parent | 87ad1e6c4d56fb52faa0d1af4afe5c33f05e6dca (diff) | |
download | tdelibs-1711870a073597c2282f32ad39a9b8ad5e1cf6bb.tar.gz tdelibs-1711870a073597c2282f32ad39a9b8ad5e1cf6bb.zip |
Rename KUniqueApplication to TDEUniqueApplication and remove obsolete kapp.h and kuniqueapp.h headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeinit')
-rw-r--r-- | tdeinit/README.autostart | 6 | ||||
-rw-r--r-- | tdeinit/tdelauncher.h | 2 |
2 files changed, 4 insertions, 4 deletions
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 <tdeio/connection.h> #include <ksock.h> #include <kurl.h> -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <kservice.h> |