summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2011-10-10 17:50:26 +0300
committerOlli Salli <ollisal@gmail.com>2011-10-10 19:17:43 +0300
commita4c642c42181b507f3be6fd86afac1def5373353 (patch)
treeafde9f4a18fba974228b0fdb02d94a34d299efd0 /qt4
parent5478d42d74dd323bb041b973253eb056fe3370c5 (diff)
Make STC::TcpSrcAddrGen talk about itself, not a STC::ParamsGen which doesn't exist
Diffstat (limited to 'qt4')
-rw-r--r--qt4/TelepathyQt4/stream-tube-client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt4/TelepathyQt4/stream-tube-client.cpp b/qt4/TelepathyQt4/stream-tube-client.cpp
index 439ae748e..6140faf37 100644
--- a/qt4/TelepathyQt4/stream-tube-client.cpp
+++ b/qt4/TelepathyQt4/stream-tube-client.cpp
@@ -46,8 +46,8 @@ namespace Tp
* \ingroup serverclient
* \headerfile TelepathyQt4/stream-tube-client.h <TelepathyQt4/StreamTubeClient>
*
- * \brief The StreamTubeClient::ParametersGenerator abstract interface allows using socket source
- * address/port based access control for connecting to tubes accepted as TCP sockets.
+ * \brief The StreamTubeClient::TcpSourceAddressGenerator abstract interface allows using socket
+ * source address/port based access control for connecting to tubes accepted as TCP sockets.
*
* By default, every application on the local computer is allowed to connect to the socket created
* by the protocol backend as the local endpoint of the tube. This is not always desirable, as that