diff options
Diffstat (limited to 'tdeui')
-rw-r--r-- | tdeui/kcmodule.h | 2 | ||||
-rw-r--r-- | tdeui/kdetrayproxy/kdetrayproxy.desktop | 8 | ||||
-rw-r--r-- | tdeui/kpanelapplet.h | 10 | ||||
-rw-r--r-- | tdeui/kpanelextension.h | 10 | ||||
-rw-r--r-- | tdeui/kpanelmenu.h | 2 |
5 files changed, 16 insertions, 16 deletions
diff --git a/tdeui/kcmodule.h b/tdeui/kcmodule.h index 40a14b617..bba06ae4a 100644 --- a/tdeui/kcmodule.h +++ b/tdeui/kcmodule.h @@ -312,7 +312,7 @@ protected: * Sets the RootOnly message. * * This message will be shown at the top of the module of the - * corresponding desktop file contains the line X-KDE-RootOnly=true. + * corresponding desktop file contains the line X-TDE-RootOnly=true. * If no message is set, a default one will be used. * * @see KCModule::rootOnlyMsg diff --git a/tdeui/kdetrayproxy/kdetrayproxy.desktop b/tdeui/kdetrayproxy/kdetrayproxy.desktop index fe1df7674..50e3f8325 100644 --- a/tdeui/kdetrayproxy/kdetrayproxy.desktop +++ b/tdeui/kdetrayproxy/kdetrayproxy.desktop @@ -128,7 +128,7 @@ Comment[vi]=Bộ ủy nhiệm hiệu lực các ứng dụng khay hệ thống T Comment[zh_CN]=允许 TDE 系统托盘应用程序在没有 TWin 的情况下工作 Comment[zh_TW]=系統匣代理模組讓系統匣應用程式不必靠 TWin 運作 ServiceTypes=KDEDModule -X-KDE-ModuleType=Library -X-KDE-Library=kdetrayproxy -X-KDE-FactoryName=kdetrayproxy -X-KDE-Kded-autoload=false +X-TDE-ModuleType=Library +X-TDE-Library=kdetrayproxy +X-TDE-FactoryName=kdetrayproxy +X-TDE-Kded-autoload=false diff --git a/tdeui/kpanelapplet.h b/tdeui/kpanelapplet.h index 0d3ac430f..566fc2667 100644 --- a/tdeui/kpanelapplet.h +++ b/tdeui/kpanelapplet.h @@ -48,12 +48,12 @@ class TQPopupMenu; * Besides standard keys like "Name", "Comment" and "Icon" there are * two panel applet specific keys: * - * \b X-KDE-Library \n + * \b X-TDE-Library \n * * Used by the panel to locate the applet DSO (Dynamic Shared Object) - * Example: X-KDE-Library=libexampleapplet + * Example: X-TDE-Library=libexampleapplet * - * \b X-KDE-UniqueApplet \n + * \b X-TDE-UniqueApplet \n * * Similar to KApplication and KUniqueApplication there are * two types of panel applets. Use unique applets when it makes no @@ -62,8 +62,8 @@ class TQPopupMenu; * applets when you need instance specific configuration. An example * is the koolclock applet where you might want to run two instances * in your panel, one configured as analog clock, the other one as - * digital clock. X-KDE-UniqueApplet is a boolean key which defaults - * to "false". Example: X-KDE-UniqueApplet=true + * digital clock. X-TDE-UniqueApplet is a boolean key which defaults + * to "false". Example: X-TDE-UniqueApplet=true * * Back to panel applet DSOs, the following conventions are used for %KDE: * Name: lib<appletname>applet.la diff --git a/tdeui/kpanelextension.h b/tdeui/kpanelextension.h index cdc97d14c..200240171 100644 --- a/tdeui/kpanelextension.h +++ b/tdeui/kpanelextension.h @@ -49,12 +49,12 @@ class KPanelExtensionPrivate; * Besides standard keys like "Name", "Comment" and "Icon" there are * two panel extension specific keys: * - * \b X-KDE-Library \n + * \b X-TDE-Library \n * * Used by the panel to locate the extension DSO (Dynamic Shared Object) - * Example: X-KDE-Library=libexampleextension + * Example: X-TDE-Library=libexampleextension * - * \b X-KDE-UniqueExtension \n + * \b X-TDE-UniqueExtension \n * * Similar to KApplication and KUniqueApplication there are * two types of panel extensions. Use unique extensions when it makes no @@ -62,8 +62,8 @@ class KPanelExtensionPrivate; * good example for unique extensions is the taskbar extension. Use normal * extensions when you need instance specific configuration. An example * is a subpanel extension where you might want to run more than one instances. - * X-KDE-UniqueExtension is a boolean key which defaults - * to "false". Example: X-KDE-UniqueExtension=true + * X-TDE-UniqueExtension is a boolean key which defaults + * to "false". Example: X-TDE-UniqueExtension=true * * Back to panel extension DSOs, the following conventions are used for KDE: * Name: lib<extensionname>extension.la diff --git a/tdeui/kpanelmenu.h b/tdeui/kpanelmenu.h index 3c2d3a6f7..4347f130a 100644 --- a/tdeui/kpanelmenu.h +++ b/tdeui/kpanelmenu.h @@ -44,7 +44,7 @@ class KPanelMenuPrivate; * the menu object. * * Finally, you also have to provide a desktop file describing your dynamic menu. The - * relevant entries are: Name, Comment, Icon and X-KDE-Library (which contains the + * relevant entries are: Name, Comment, Icon and X-TDE-Library (which contains the * library name without any extension). This desktop file has to be installed in * $TDEDIR/share/apps/kicker/menuext/. * |