summaryrefslogtreecommitdiffstats
path: root/examples/network/multistreamclient/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/multistreamclient/client.h')
-rw-r--r--examples/network/multistreamclient/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/multistreamclient/client.h b/examples/network/multistreamclient/client.h
index c22a245eba..220be08776 100644
--- a/examples/network/multistreamclient/client.h
+++ b/examples/network/multistreamclient/client.h
@@ -52,7 +52,7 @@
#define CLIENT_H
#include <QDialog>
-#include <QVector>
+#include <QList>
#include <QSctpSocket>
QT_BEGIN_NAMESPACE
@@ -81,7 +81,7 @@ private slots:
void writeDatagram(const QByteArray &ba);
private:
- QVector<Consumer *> consumers;
+ QList<Consumer *> consumers;
QSctpSocket *sctpSocket;
QComboBox *hostCombo;