summaryrefslogtreecommitdiffstats
path: root/tderesources/carddav/writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/carddav/writer.h')
-rw-r--r--tderesources/carddav/writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/carddav/writer.h b/tderesources/carddav/writer.h
index 9bd9429ab..3bfa76c3c 100644
--- a/tderesources/carddav/writer.h
+++ b/tderesources/carddav/writer.h
@@ -91,7 +91,7 @@ protected:
int pushObjects(const TQString& data, Operation op, int okCode, runtime_info* RT) {
int r = okCode;
if (!data.isNull() && !data.isEmpty()) {
- r = op(std::string(data.ascii()).c_str(), std::string(url().ascii()).c_str(), RT);
+ r = op(std::string(data.utf8()).c_str(), std::string(url().ascii()).c_str(), RT);
}
return r;
}