summaryrefslogtreecommitdiffstats
path: root/k9devices/k9halconnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9devices/k9halconnection.cpp')
-rw-r--r--k9devices/k9halconnection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9devices/k9halconnection.cpp b/k9devices/k9halconnection.cpp
index 76c6882..e55c0b3 100644
--- a/k9devices/k9halconnection.cpp
+++ b/k9devices/k9halconnection.cpp
@@ -41,7 +41,7 @@ k9HalConnection::k9HalConnection(TQObject *parent, const char *name)
dbus_error_init( &error );
m_dbusConnect = dbus_bus_get( DBUS_BUS_SYSTEM, &error );
if( dbus_error_is_set(&error) ) {
- tqDebug(TQString("Error connecting to DBUS : %1").arg(error.message));
+ tqDebug("%s", (TQString("Error connecting to DBUS : %1").arg(error.message)).ascii());
return;
}