summaryrefslogtreecommitdiffstats
path: root/knotes/knotesnetsend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knotes/knotesnetsend.cpp')
-rw-r--r--knotes/knotesnetsend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knotesnetsend.cpp b/knotes/knotesnetsend.cpp
index 42ff66fc9..998439de4 100644
--- a/knotes/knotesnetsend.cpp
+++ b/knotes/knotesnetsend.cpp
@@ -62,7 +62,7 @@ void KNotesNetworkSender::setSenderId( const TQString& sender )
void KNotesNetworkSender::setNote( const TQString& title, const TQString& text )
{
- // TODO: support for tqunicode and rich text.
+ // TODO: support for unicode and rich text.
// Mmmmmm... how to behave with such heterogeneous environment?
// AFAIK, ATnotes does not allow UNICODE.
m_title = title.ascii();