summaryrefslogtreecommitdiffstats
path: root/konversation/src/inputfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/inputfilter.h')
-rw-r--r--konversation/src/inputfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/inputfilter.h b/konversation/src/inputfilter.h
index fae0834..ea943cc 100644
--- a/konversation/src/inputfilter.h
+++ b/konversation/src/inputfilter.h
@@ -39,7 +39,7 @@ class InputFilter : public TQObject
void reset(); // reset AutomaticRequest, WhoRequestList
- // use this when the client does automatics, like userhost for finding hosttqmasks
+ // use this when the client does automatics, like userhost for finding hostmasks
void setAutomaticRequest(const TQString& command, const TQString& name, bool yes);
int getAutomaticRequest(const TQString& command, const TQString& name);
void addWhoRequest(const TQString& name); // called from Server::send()