aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppOutgoingServer.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-09-20 14:18:20 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-09-20 14:18:20 +0000
commit5aa1eec06c049994735388f9d94ef33427e2a521 (patch)
treedd5484a1b9b3df181e234e371a6d2a619a917568 /src/QXmppOutgoingServer.h
parent1f0f639c474ba35db8a670f85ad0703318c40db3 (diff)
downloadqxmpp-5aa1eec06c049994735388f9d94ef33427e2a521.tar.gz
prune gratuitous include of QXmppOutgoingClient by QXmppOutgoingServer
Diffstat (limited to 'src/QXmppOutgoingServer.h')
-rw-r--r--src/QXmppOutgoingServer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/QXmppOutgoingServer.h b/src/QXmppOutgoingServer.h
index c003ebf0..055fe133 100644
--- a/src/QXmppOutgoingServer.h
+++ b/src/QXmppOutgoingServer.h
@@ -24,8 +24,9 @@
#ifndef QXMPPOUTGOINGSERVER_H
#define QXMPPOUTGOINGSERVER_H
-#include "QXmppOutgoingClient.h"
+#include "QXmppStream.h"
+class QSslError;
class QXmppDialback;
class QXmppOutgoingServer;
class QXmppOutgoingServerPrivate;