summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kded/kde-menu.cpp2
-rw-r--r--kio/kio/kservicefactory.h2
-rw-r--r--tdecore/kapplication.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/kded/kde-menu.cpp b/kded/kde-menu.cpp
index 8a51ba41b..0362e10e9 100644
--- a/kded/kde-menu.cpp
+++ b/kded/kde-menu.cpp
@@ -130,7 +130,7 @@ int main(int argc, char **argv)
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
if (args->count() != 1)
- KCmdLineArgs::usage(i18n("You must specify an application-id such as 'kde-konsole.desktop'"));
+ KCmdLineArgs::usage(i18n("You must specify an application-id such as 'tde-konsole.desktop'"));
utf8 = args->isSet("utf8");
diff --git a/kio/kio/kservicefactory.h b/kio/kio/kservicefactory.h
index b419f5947..8e86f8cbc 100644
--- a/kio/kio/kservicefactory.h
+++ b/kio/kio/kservicefactory.h
@@ -67,7 +67,7 @@ public:
KService * findServiceByDesktopPath( const TQString &_name );
/**
- * Find a service ( by menu id, e.g. "kde-konsole.desktop")
+ * Find a service ( by menu id, e.g. "tde-konsole.desktop")
*/
KService * findServiceByMenuId( const TQString &_menuId );
diff --git a/tdecore/kapplication.h b/tdecore/kapplication.h
index 36a9addcb..2da1e0b82 100644
--- a/tdecore/kapplication.h
+++ b/tdecore/kapplication.h
@@ -1158,7 +1158,7 @@ public:
/**
* Returns whether access to a certain control module is authorized.
*
- * @param menuId identifying the control module, e.g. kde-mouse.desktop
+ * @param menuId identifying the control module, e.g. tde-mouse.desktop
* @return true if access to the module is authorized, false otherwise.
* @since 3.2
*/
@@ -1168,7 +1168,7 @@ public:
* Returns whether access to a certain control modules is authorized.
*
* @param menuIds list of menu-ids of control module,
- * an example of a menu-id is kde-mouse.desktop.
+ * an example of a menu-id is tde-mouse.desktop.
* @return Those control modules for which access has been authorized.
* @since 3.2
*/