summaryrefslogtreecommitdiffstats
path: root/kded/README.kded
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-08 15:51:46 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-08 15:51:46 -0500
commit6ed1ea98db6b1b369e7561efcc2c666b810e5446 (patch)
tree69da6d265387965c04a9584547ec42d4d372717d /kded/README.kded
parent09d01cacf80d21ad213e6520b35e7f06e9546a83 (diff)
downloadtdelibs-6ed1ea98db6b1b369e7561efcc2c666b810e5446.tar.gz
tdelibs-6ed1ea98db6b1b369e7561efcc2c666b810e5446.zip
Update XDG information in support of bug report 892.
Diffstat (limited to 'kded/README.kded')
-rw-r--r--kded/README.kded10
1 files changed, 5 insertions, 5 deletions
diff --git a/kded/README.kded b/kded/README.kded
index b530d707d..f0ff64d41 100644
--- a/kded/README.kded
+++ b/kded/README.kded
@@ -106,7 +106,7 @@ A KDED module should install a .desktop file with
ServicesTypes=KDEDModule
A KDED module will be loaded on KDE startup if it has a line
- X-KDE-Kded-autoload=true
+ X-TDE-Kded-autoload=true
Note that this flag doesn't cause the module to be loaded if the KDE desktop
is not running (i.e. when running a KDE application in another environment).
@@ -114,12 +114,12 @@ is not running (i.e. when running a KDE application in another environment).
Normally KDED modules are loaded whenever they are accessed, so you don't
need autoloading enabled. On demand loading can be disabled by putting
the following line in the .desktop file:
- X-KDE-Kded-load-on-demand=false
+ X-TDE-Kded-load-on-demand=false
Further it should contain:
- X-KDE-ModuleType=Library
- X-KDE-Library=foo
- X-KDE-FactoryName=foo
+ X-TDE-ModuleType=Library
+ X-TDE-Library=foo
+ X-TDE-FactoryName=foo
Which means that kded_foo.la is the name of the library that contains
the module and KDEDModule *create_foo(const QCString &) is the factory