diff options
Diffstat (limited to 'klinkstatus/src/ui/klshistorycombo.cpp')
-rw-r--r-- | klinkstatus/src/ui/klshistorycombo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/klinkstatus/src/ui/klshistorycombo.cpp b/klinkstatus/src/ui/klshistorycombo.cpp index 89e622ef..1267671d 100644 --- a/klinkstatus/src/ui/klshistorycombo.cpp +++ b/klinkstatus/src/ui/klshistorycombo.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Paulo Moura Guedes <moura@kdewebdev.org>, (C) 2004 +// Author: Paulo Moura Guedes <moura@tdewebdev.org>, (C) 2004 // // Copyright: See COPYING file that comes with this distribution // @@ -129,7 +129,7 @@ void KLSHistoryCombo::selectWord(TQKeyEvent *e) int pos_old = pos; int count = 0; - // TODO: make these a parameter when in kdelibs/tdeui... + // TODO: make these a parameter when in tdelibs/tdeui... TQValueList<TQChar> chars; chars << TQChar('/') << TQChar('.') << TQChar('?') << TQChar('#') << TQChar(':'); bool allow_space_break = true; |