summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele E. Domenichelli <daniele.domenichelli@gmail.com>2013-02-01 19:10:28 +0100
committerDario Freddi <drf@kde.org>2013-02-01 19:10:37 +0100
commit3f82f8b0c1e87718cf390f9388f177e5b0ce9f39 (patch)
treef24852b668593cac4ec7ccf663b2008a3dda88dd
parent12c60ba7b7ade3a5cbf43d915a5d6813619a55c3 (diff)
Fix warning in DBusTubeChannel
Reviewed-by: Dario Freddi <drf@kde.org>
-rw-r--r--TelepathyQt/dbus-tube-channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/dbus-tube-channel.cpp b/TelepathyQt/dbus-tube-channel.cpp
index 001139ee..a4922707 100644
--- a/TelepathyQt/dbus-tube-channel.cpp
+++ b/TelepathyQt/dbus-tube-channel.cpp
@@ -245,7 +245,7 @@ DBusTubeChannel::~DBusTubeChannel()
QString DBusTubeChannel::serviceName() const
{
if (!isReady(FeatureCore)) {
- warning() << "DBusTubeChannel::service() used with "
+ warning() << "DBusTubeChannel::serviceName() used with "
"FeatureCore not ready";
return QString();
}