summaryrefslogtreecommitdiffstats
path: root/libktorrent/util/error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/util/error.cpp')
-rw-r--r--libktorrent/util/error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/util/error.cpp b/libktorrent/util/error.cpp
index bb981db..dd3e15d 100644
--- a/libktorrent/util/error.cpp
+++ b/libktorrent/util/error.cpp
@@ -22,7 +22,7 @@
namespace bt
{
- Error::Error(const QString & msg) : msg(msg)
+ Error::Error(const TQString & msg) : msg(msg)
{}