diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 23:24:45 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 23:24:45 -0500 |
commit | c397f92e7d37537a448e8c7be0cbe356799b1875 (patch) | |
tree | 47c6371e3b23e6ab3e250f41a1a6542756a239af /tdecore/kapplication.h | |
parent | 7e8371e630aec175c242f99acb262f90311b5d72 (diff) | |
download | tdelibs-c397f92e7d37537a448e8c7be0cbe356799b1875.tar.gz tdelibs-c397f92e7d37537a448e8c7be0cbe356799b1875.zip |
Minor cleanup in comments related to bug report 892.
Diffstat (limited to 'tdecore/kapplication.h')
-rw-r--r-- | tdecore/kapplication.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |