summaryrefslogtreecommitdiffstats
path: root/tqdbusdatamap.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-01 13:23:20 -0600
committerTimothy Pearson <[email protected]>2012-03-01 13:23:20 -0600
commit9382852ba75c745258b60f0fc065651a7580c593 (patch)
treec5a90b11edfdedb140bc4e66a4599834ebdf4b77 /tqdbusdatamap.h
parent33bcd26f99ce0f05cdf7e1c5e9c7e0ff3073f2b7 (diff)
downloaddbus-1-tqt-9382852ba75c745258b60f0fc065651a7580c593.tar.gz
dbus-1-tqt-9382852ba75c745258b60f0fc065651a7580c593.zip
Rename additional global TQt functions
Diffstat (limited to 'tqdbusdatamap.h')
-rw-r--r--tqdbusdatamap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tqdbusdatamap.h b/tqdbusdatamap.h
index 9592701..24908c8 100644
--- a/tqdbusdatamap.h
+++ b/tqdbusdatamap.h
@@ -723,7 +723,7 @@ public:
}
else if (data.type() != m_valueType)
{
- qWarning("TQT_DBusDataMap: trying to add data of type %s to map of type %s",
+ tqWarning("TQT_DBusDataMap: trying to add data of type %s to map of type %s",
data.typeName(), TQT_DBusData::typeName(m_valueType));
}
else if (hasContainerValueType())
@@ -733,7 +733,7 @@ public:
if (ourSignature != dataSignature)
{
- qWarning("TQT_DBusDataMap: trying to add data with signature %s "
+ tqWarning("TQT_DBusDataMap: trying to add data with signature %s "
"to map with value signature %s",
dataSignature.data(), ourSignature.data());
}