From a9c599c4b1ff638cae2deac4640c49faa0bf1dc1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 15 Jun 2012 17:23:15 -0500 Subject: Update to use X-TDE --- systemsettings/kcmodulemenu.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'systemsettings/kcmodulemenu.h') diff --git a/systemsettings/kcmodulemenu.h b/systemsettings/kcmodulemenu.h index 060e5f8..7fbf706 100644 --- a/systemsettings/kcmodulemenu.h +++ b/systemsettings/kcmodulemenu.h @@ -28,7 +28,7 @@ class KCModuleMenuPrivate; * List of all KCM modules inside a FreeDesktop.org menu * The menu spec is located at: http://www.freedesktop.org/Standards/menu-spec * - * For a menu to show up in KDE three files need to be installed in the system. + * For a menu to show up in TDE three files need to be installed in the system. * * example-merge.menu * example.directory @@ -52,7 +52,7 @@ class KCModuleMenuPrivate; * \endcode * * example.directory should be installed in share/desktop-directories/ where files - * such as kde-system.directory reside. It is important that it have X-KDE-BaseGroup + * such as kde-system.directory reside. It is important that it have X-TDE-BaseGroup * as this value is the class constructor argument. * * \code @@ -61,7 +61,7 @@ class KCModuleMenuPrivate; * Name=Example Menu * NoDisplay=true * Icon=package_settings - * X-KDE-BaseGroup=examplemenu + * X-TDE-BaseGroup=examplemenu * \endcode * * example.menu should be installed in xdg/menus/ so that ksyscoco will find @@ -90,12 +90,12 @@ public: TQString caption; /** - * @param the X-KDE-BaseGroup item from the directory file + * @param the X-TDE-BaseGroup item from the directory file * that should be loaded. * * Example: * In example.directory - * X-KDE-BaseGroup=examplemenu + * X-TDE-BaseGroup=examplemenu * so menuName should be "systemsettings" */ KCModuleMenu( const TQString &menuName ); -- cgit v1.2.1