summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btchat/chatserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btchat/chatserver.h')
-rw-r--r--examples/bluetooth/btchat/chatserver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bluetooth/btchat/chatserver.h b/examples/bluetooth/btchat/chatserver.h
index ed568534..f73ec605 100644
--- a/examples/bluetooth/btchat/chatserver.h
+++ b/examples/bluetooth/btchat/chatserver.h
@@ -47,7 +47,7 @@
#include <QtCore/QList>
QT_BEGIN_NAMESPACE_BLUETOOTH
-class QRfcommServer;
+class QBluetoothServer;
class QBluetoothSocket;
QT_END_NAMESPACE_BLUETOOTH
@@ -79,7 +79,7 @@ private slots:
void readSocket();
private:
- QRfcommServer *rfcommServer;
+ QBluetoothServer *rfcommServer;
QBluetoothServiceInfo serviceInfo;
QList<QBluetoothSocket *> clientSockets;
};