diff options
Diffstat (limited to 'qt4')
-rw-r--r-- | qt4/TelepathyQt4/stream-tube-client.h | 2 | ||||
-rw-r--r-- | qt4/TelepathyQt4/stream-tube-server.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qt4/TelepathyQt4/stream-tube-client.h b/qt4/TelepathyQt4/stream-tube-client.h index c5f557e6c..bc3e83fc0 100644 --- a/qt4/TelepathyQt4/stream-tube-client.h +++ b/qt4/TelepathyQt4/stream-tube-client.h @@ -192,7 +192,7 @@ private Q_SLOTS: const QString &message); private: - StreamTubeClient( + TELEPATHY_QT4_NO_EXPORT StreamTubeClient( const ClientRegistrarPtr ®istrar, const QStringList &p2pServices, const QStringList &roomServices, diff --git a/qt4/TelepathyQt4/stream-tube-server.h b/qt4/TelepathyQt4/stream-tube-server.h index 750e4e769..ddd447ffe 100644 --- a/qt4/TelepathyQt4/stream-tube-server.h +++ b/qt4/TelepathyQt4/stream-tube-server.h @@ -212,7 +212,7 @@ private Q_SLOTS: const QString &message); private: - StreamTubeServer( + TELEPATHY_QT4_NO_EXPORT StreamTubeServer( const ClientRegistrarPtr ®istrar, const QStringList &p2pServices, const QStringList &roomServices, |