summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2011-10-10 18:35:57 +0300
committerOlli Salli <ollisal@gmail.com>2011-10-10 19:17:43 +0300
commit38e81d2cecf36e7335c61cda0ed5d187ff9fdfaf (patch)
tree38a7b4ce3868845e74e7326c3974bc16a933c277 /qt4
parent1bbee6139da1fe8d27cdd3c8a7a66a1f80d920aa (diff)
Indicate corrent prefix for Client service names in ST[CS]::clientName() dox
Diffstat (limited to 'qt4')
-rw-r--r--qt4/TelepathyQt4/stream-tube-client.cpp2
-rw-r--r--qt4/TelepathyQt4/stream-tube-server.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/qt4/TelepathyQt4/stream-tube-client.cpp b/qt4/TelepathyQt4/stream-tube-client.cpp
index 6da2e705f..d8044a13d 100644
--- a/qt4/TelepathyQt4/stream-tube-client.cpp
+++ b/qt4/TelepathyQt4/stream-tube-client.cpp
@@ -576,7 +576,7 @@ ClientRegistrarPtr StreamTubeClient::registrar() const
/**
* Return the Telepathy %Client name of the client.
*
- * \return The name, without the \c org.freedesktop.Telepathy. prefix of the full D-Bus service name.
+ * \return The name, without the \c org.freedesktop.Telepathy.Client. prefix of the full D-Bus service name.
*/
QString StreamTubeClient::clientName() const
{
diff --git a/qt4/TelepathyQt4/stream-tube-server.cpp b/qt4/TelepathyQt4/stream-tube-server.cpp
index a85edd1ed..3a4d22a51 100644
--- a/qt4/TelepathyQt4/stream-tube-server.cpp
+++ b/qt4/TelepathyQt4/stream-tube-server.cpp
@@ -614,7 +614,7 @@ ClientRegistrarPtr StreamTubeServer::registrar() const
/**
* Return the Telepathy %Client name of the server.
*
- * \return The name, without the \c org.freedesktop.Telepathy. prefix of the full D-Bus service name.
+ * \return The name, without the \c org.freedesktop.Telepathy.Client. prefix of the full D-Bus service name.
*/
QString StreamTubeServer::clientName() const
{