diff options
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | src/autostart.desktop | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index e14ad4c..9f80645 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -489,7 +489,7 @@ if test "$1" = "default"; then kde_widgetdir='\${libdir}/kde3/plugins/designer' fi if test -z "$xdg_appsdir"; then - xdg_appsdir='\${datadir}/applications/kde' + xdg_appsdir='\${datadir}/applications/tde' fi if test -z "$xdg_menudir"; then xdg_menudir='\${sysconfdir}/xdg/menus' diff --git a/src/autostart.desktop b/src/autostart.desktop index 5e52257..4021978 100644 --- a/src/autostart.desktop +++ b/src/autostart.desktop @@ -4,10 +4,10 @@ Exec=kcmshell autostart Icon=launch Type=Application -X-KDE-ModuleType=Library -X-KDE-Library=autostart -X-KDE-HasReadOnlyMode=false -X-KDE-ParentApp=kcontrol +X-TDE-ModuleType=Library +X-TDE-Library=autostart +X-TDE-HasReadOnlyMode=false +X-TDE-ParentApp=kcontrol [Desktop Entry] Encoding=UTF-8 @@ -20,4 +20,4 @@ Name=Autostart Manager Name[ca]=Autoengega Name[es]=Arranque automático Name[fr]=Démarrage automatique -Categories=Qt;KDE;X-KDE-settings-components; +Categories=Qt;TDE;X-TDE-settings-components; |