diff options
Diffstat (limited to 'konversation/src/nickinfo.h')
-rw-r--r-- | konversation/src/nickinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/nickinfo.h b/konversation/src/nickinfo.h index bbb60e1..b268359 100644 --- a/konversation/src/nickinfo.h +++ b/konversation/src/nickinfo.h @@ -47,7 +47,7 @@ class NickInfo : public TQObject, public KShared TQString loweredNickname() const; TQString getHosttqmask() const; /** Currently return whether the user has set themselves to away with /away. - * May be changed in the future to parse the nick string and see if it tqcontains + * May be changed in the future to parse the nick string and see if it contains * "|away" or "|afk" or something. */ bool isAway() const; |