summaryrefslogtreecommitdiffstats
path: root/src/qtbc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtbc.h')
-rw-r--r--src/qtbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtbc.h b/src/qtbc.h
index 22ab1d5..173728e 100644
--- a/src/qtbc.h
+++ b/src/qtbc.h
@@ -32,7 +32,7 @@
#include <qcstring.h>
#include <qstring.h>
-inline QCString convertToQCString(const QString &s) { return s.latin1(); }
+inline QCString convertToQCString(const QString &s) { return s.utf8(); }
#else /* QT_VERSION < 200 */