summaryrefslogtreecommitdiffstats
path: root/src/tqdbusmarshall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tqdbusmarshall.cpp')
-rw-r--r--src/tqdbusmarshall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tqdbusmarshall.cpp b/src/tqdbusmarshall.cpp
index 7f0781f..f0cc9c0 100644
--- a/src/tqdbusmarshall.cpp
+++ b/src/tqdbusmarshall.cpp
@@ -652,7 +652,7 @@ static void tqAppendToMessage(DBusMessageIter *it, const TQString &str)
static void tqAppendToMessage(DBusMessageIter *it, const TQT_DBusObjectPath &path)
{
- const char *cdata = path.data();
+ const char *cdata = path.ascii();
dbus_message_iter_append_basic(it, DBUS_TYPE_OBJECT_PATH, &cdata);
}