diff options
author | Timothy Pearson <[email protected]> | 2012-06-15 17:23:15 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-15 17:23:15 -0500 |
commit | a9c599c4b1ff638cae2deac4640c49faa0bf1dc1 (patch) | |
tree | 9192780b55ff44944f519de99c83511c9133e512 /systemsettings/kcmodulemenu.h | |
parent | 2348e07447e6e4c576e4f33750b2de40620d54ed (diff) | |
download | tde-systemsettings-a9c599c4b1ff638cae2deac4640c49faa0bf1dc1.tar.gz tde-systemsettings-a9c599c4b1ff638cae2deac4640c49faa0bf1dc1.zip |
Update to use X-TDE
Diffstat (limited to 'systemsettings/kcmodulemenu.h')
-rw-r--r-- | systemsettings/kcmodulemenu.h | 10 |
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 ); |