diff options
Diffstat (limited to 'kdecore/kcompletion.h')
-rw-r--r-- | kdecore/kcompletion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kcompletion.h b/kdecore/kcompletion.h index f6c8f0f82..b28f019db 100644 --- a/kdecore/kcompletion.h +++ b/kdecore/kcompletion.h @@ -119,7 +119,7 @@ class TQPopupMenu; * tell the user) where a completion comes from. * * Note: KCompletion does not work with strings that contain 0x0 characters - * (tqunicode nul), as this is used internally as a delimiter. + * (unicode nul), as this is used internally as a delimiter. * * You may inherit from KCompletion and override makeCompletion() in * special cases (like reading directories/urls and then supplying the |