From 38ea887ac13a9af7d60aa77b2f3aa89bb3b91969 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 14:52:25 -0500 Subject: [PATCH] Branding cleanup: KDE menu -> TDE menu. --- kio/kio/kservice.h | 2 +- tdecore/README.kiosk | 10 +++++----- tdeui/kpanelappmenu.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kio/kio/kservice.h b/kio/kio/kservice.h index 92a5b3005..37f0e0f25 100644 --- a/kio/kio/kservice.h +++ b/kio/kio/kservice.h @@ -495,7 +495,7 @@ public: /** * Returns a path that can be used to create a new KService based * on @p suggestedName. - * @param showInMenu true, if the service should be shown in the KDE menu + * @param showInMenu true, if the service should be shown in the TDE menu * false, if the service should be hidden from the menu * @param suggestedName name to base the file on, if a service with such * name already exists, a prefix will be added to make it unique. diff --git a/tdecore/README.kiosk b/tdecore/README.kiosk index 1133bee07..feeec7199 100644 --- a/tdecore/README.kiosk +++ b/tdecore/README.kiosk @@ -413,12 +413,12 @@ editable_desktop_icons run_desktop_files - defines whether users may execute desktop files that are not - part of the default desktop, KDE menu, registered services and + part of the default desktop, TDE menu, registered services and autostarting services. * The default desktop includes the files under $TDEDIR/share/kdesktop/Desktop but _NOT_ the files under $HOME/Desktop. - * The KDE menu includes all files under $TDEDIR/share/applnk and + * The TDE menu includes all files under $TDEDIR/share/applnk and $XDGDIR/applications * Registered services includes all files under $TDEDIR/share/services. * Autostarting services include all files under $TDEDIR/share/autostart @@ -427,8 +427,8 @@ run_desktop_files You probably also want to activate the following resource restictions: "appdata_kdesktop" - To restrict the default desktop. - "apps" - To restrict the KDE menu. - "xdgdata-apps" - To restrict the KDE menu. + "apps" - To restrict the TDE menu. + "xdgdata-apps" - To restrict the TDE menu. "services" - To restrict registered services. "autostart" - To restrict autostarting services. Otherwise users can still execute .desktop files by placing them @@ -488,7 +488,7 @@ If this field is present the .desktop file is only considered if the action(s) mentioned in this field has been authorized. If multiple actions are listed they should be separated by commas (','). So if the .desktop file of an application lists one or more actions this way and the user has no authorization for one -of these actions then the application will not appear in the KDE menu and will not +of these actions then the application will not appear in the TDE menu and will not be used by KDE for opening files. IMPORTANT NOTE: diff --git a/tdeui/kpanelappmenu.h b/tdeui/kpanelappmenu.h index f83d874c5..56131e290 100644 --- a/tdeui/kpanelappmenu.h +++ b/tdeui/kpanelappmenu.h @@ -30,7 +30,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /** * DCop client menu class for the Kicker panel that will insert a submenu into - * the %KDE menu. + * the %TDE menu. * * @author Daniel M. Duley */