summaryrefslogtreecommitdiffstats
path: root/kdeui/keditcl1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/keditcl1.cpp')
-rw-r--r--kdeui/keditcl1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/keditcl1.cpp b/kdeui/keditcl1.cpp
index fe886f434..3e03fc019 100644
--- a/kdeui/keditcl1.cpp
+++ b/kdeui/keditcl1.cpp
@@ -164,7 +164,7 @@ KEdit::cleanWhiteSpace()
if (line.isEmpty())
{
if (addSpace)
- newText += TQString::tqfromLatin1("\n\n");
+ newText += TQString::fromLatin1("\n\n");
if (firstLine)
{
if (firstChar.isSpace())