diff options
Diffstat (limited to 'konversation/src/server.h')
-rw-r--r-- | konversation/src/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/server.h b/konversation/src/server.h index f2aa143..91fc786 100644 --- a/konversation/src/server.h +++ b/konversation/src/server.h @@ -213,7 +213,7 @@ void resetNickSelection(); * - It is on the notify list and is known to be online. * - The nick initiated a query with the user. * - * @return A TQMap of KSharedPtrs to NickInfos indexed by lowercase nickname. + * @return A TQMap of TDESharedPtrs to NickInfos indexed by lowercase nickname. */ const NickInfoMap* getAllNicks(); /** Returns the list of members for a channel in the joinedChannels list. |