diff options
author | Dario Freddi <dario.freddi@collabora.co.uk> | 2011-06-03 22:59:42 +0200 |
---|---|---|
committer | Dario Freddi <dario.freddi@collabora.com> | 2012-07-03 11:10:20 +0200 |
commit | 858c2e9d4d75a40fbfb6fb96ac65b1261be3c2a5 (patch) | |
tree | f52469c6aaaff5a6399b62e85375c1f679fb457f /TelepathyQt/dbus-tube-channel.h | |
parent | 3baebebe49de4dfe6f7c39c2011db48410bff154 (diff) |
dbus-tubes: Rename FeatureBusNamesMonitoring to FeatureBusNameMonitoring
Diffstat (limited to 'TelepathyQt/dbus-tube-channel.h')
-rw-r--r-- | TelepathyQt/dbus-tube-channel.h | 2 |
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); |