summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btchat/chatserver.h
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-08-02 18:09:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-29 14:06:54 +0200
commitd8d903826daa8db49e437b76fb80693ab8feb01e (patch)
tree8e794636168a3955a5f33c8dbb5a51b11a285b2c /examples/bluetooth/btchat/chatserver.h
parentbfc49d07b0638927aca3cf63238a80f98ee516a7 (diff)
Merge QRfcommServer and QL2capServer to QBluetoothServer
Task-number: QTBUG-32722 Change-Id: Ia75ad5af2f81b737a8cca09dba919a7dc0fa0f8a Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
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;
};