diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 00:36:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 00:36:34 -0600 |
commit | 12f3d421cd2991c0e3f96994efb836ce244172ff (patch) | |
tree | 1e5bd5e8b7521fe66d77c13b7df45df7d5f6dcd6 /tdeutils | |
parent | 21bc7541114fb026606284e45dc10e3320f39f1d (diff) | |
download | tdelibs-12f3d421cd2991c0e3f96994efb836ce244172ff.tar.gz tdelibs-12f3d421cd2991c0e3f96994efb836ce244172ff.zip |
Rename KShared
Diffstat (limited to 'tdeutils')
-rw-r--r-- | tdeutils/tdecmoduleinfo.h | 2 |
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; } |