diff options
Diffstat (limited to 'knode/utilities.cpp')
-rw-r--r-- | knode/utilities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/utilities.cpp b/knode/utilities.cpp index 5fd418fe4..4c857a3e5 100644 --- a/knode/utilities.cpp +++ b/knode/utilities.cpp @@ -410,7 +410,7 @@ TQString KNHelper::rewrapStringList(TQStringList text, int wrapAt, TQChar quoteC if (!alwaysSpace && (thisLine[0]==quoteChar)) thisLine.prepend(quoteChar); // second quote level without space else - thisLine.prepend(quoteChar+TQString(' ')); + thisLine.prepend(TQString(quoteChar)+' '); thisPrefix=TQString(); TQChar c; |