summaryrefslogtreecommitdiffstats
path: root/quanta/parts/preview/whtmlpart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/parts/preview/whtmlpart.cpp')
-rw-r--r--quanta/parts/preview/whtmlpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/parts/preview/whtmlpart.cpp b/quanta/parts/preview/whtmlpart.cpp
index 1b34e123..47c1ca70 100644
--- a/quanta/parts/preview/whtmlpart.cpp
+++ b/quanta/parts/preview/whtmlpart.cpp
@@ -129,7 +129,7 @@ void WHTMLPart::addToHistory(const TQString &url)
if ( !history.isEmpty() ) hpos++;
- history.append(url);
+ history.append(url.ascii());
hpos = history.count()-1;