summaryrefslogtreecommitdiff
path: root/TelepathyQt/dbus-tube-channel.h
diff options
context:
space:
mode:
authorDario Freddi <dario.freddi@collabora.co.uk>2011-06-03 22:59:42 +0200
committerDario Freddi <dario.freddi@collabora.com>2012-07-03 11:10:20 +0200
commit858c2e9d4d75a40fbfb6fb96ac65b1261be3c2a5 (patch)
treef52469c6aaaff5a6399b62e85375c1f679fb457f /TelepathyQt/dbus-tube-channel.h
parent3baebebe49de4dfe6f7c39c2011db48410bff154 (diff)
dbus-tubes: Rename FeatureBusNamesMonitoring to FeatureBusNameMonitoring
Diffstat (limited to 'TelepathyQt/dbus-tube-channel.h')
-rw-r--r--TelepathyQt/dbus-tube-channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/dbus-tube-channel.h b/TelepathyQt/dbus-tube-channel.h
index ecb235f4..699670ab 100644
--- a/TelepathyQt/dbus-tube-channel.h
+++ b/TelepathyQt/dbus-tube-channel.h
@@ -39,7 +39,7 @@ class TP_QT_EXPORT DBusTubeChannel : public TubeChannel
public:
static const Feature FeatureDBusTube;
- static const Feature FeatureBusNamesMonitoring;
+ static const Feature FeatureBusNameMonitoring;
static DBusTubeChannelPtr create(const ConnectionPtr &connection,
const QString &objectPath, const QVariantMap &immutableProperties);