summaryrefslogtreecommitdiffstats
path: root/src/bookwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookwidget.cpp')
-rw-r--r--src/bookwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookwidget.cpp b/src/bookwidget.cpp
index c645524..7a23d70 100644
--- a/src/bookwidget.cpp
+++ b/src/bookwidget.cpp
@@ -83,7 +83,7 @@ void BookWidget::openURL(const KURL & url)
m_stream.reset(new TQTextStream(&m_file));
m_textLines.reset(new TQStringList);
TQString name(encoding());
- TQTextCodec *codec = TQTextCodec::codecForName(encoding()); // get the codec
+ TQTextCodec *codec = TQTextCodec::codecForName(encoding().latin1()); // get the codec
if (codec)
m_stream->setCodec(codec);
//show progress dialog