summaryrefslogtreecommitdiffstats
path: root/tdeutils
diff options
context:
space:
mode:
Diffstat (limited to 'tdeutils')
-rw-r--r--tdeutils/tdecmoduleinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeutils/tdecmoduleinfo.h b/tdeutils/tdecmoduleinfo.h
index 0bd7c44e3..2951e96d2 100644
--- a/tdeutils/tdecmoduleinfo.h
+++ b/tdeutils/tdecmoduleinfo.h
@@ -132,7 +132,7 @@ public:
// changed from name() to avoid ambiguity with TQObject::name() on multiple inheritance
/**
- * @return a KSharedPtr to KService created from the modules .desktop file
+ * @return a TDESharedPtr to KService created from the modules .desktop file
*/
KService::Ptr service() const { return _service; }