diff options
Diffstat (limited to 'ksirc/alistbox.cpp')
-rw-r--r-- | ksirc/alistbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/alistbox.cpp b/ksirc/alistbox.cpp index 9702cd5e..ca0609e8 100644 --- a/ksirc/alistbox.cpp +++ b/ksirc/alistbox.cpp @@ -208,7 +208,7 @@ int aListBox::findNick(const TQString &str) index = searchFor(str, found, FALSE); if(found == TRUE) return index; -// debug("Did not tqfind: %s", str.data()); +// debug("Did not find: %s", str.data()); return -1; } |