diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:35:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:35:52 -0600 |
commit | 1e42ec29323d1016df59b8b571d16fefe3d4e6f1 (patch) | |
tree | 3cdfd52c475c581a2e1fe682e0954305a21acea2 /k9devices/k9halconnection.cpp | |
parent | 445633c8ffa0b5219c036b130230fdc6d97e9894 (diff) | |
download | k9copy-1e42ec29323d1016df59b8b571d16fefe3d4e6f1.tar.gz k9copy-1e42ec29323d1016df59b8b571d16fefe3d4e6f1.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'k9devices/k9halconnection.cpp')
-rw-r--r-- | k9devices/k9halconnection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9devices/k9halconnection.cpp b/k9devices/k9halconnection.cpp index e420472..df56b4f 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) ) { - qDebug(TQString("Error connecting to DBUS : %1").tqarg(error.message)); + qDebug(TQString("Error connecting to DBUS : %1").arg(error.message)); return; } |