summaryrefslogtreecommitdiffstats
path: root/systemsettings/kcmodulemenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'systemsettings/kcmodulemenu.h')
-rw-r--r--systemsettings/kcmodulemenu.h10
1 files changed, 5 insertions, 5 deletions
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 );