diff options
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> |