summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothuuid.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-06-19 15:33:16 +0200
committerAlex <alexander.blasche@digia.com>2013-06-21 07:56:41 +0200
commit09d188e570812a370a54c4ad9821221b26948e3f (patch)
tree02d2d8997c2d1416dc0ea0738b0e1b9cd33a0493 /src/bluetooth/qbluetoothuuid.h
parent68c4041d39658fe615cc4366e52ba8a439aae66f (diff)
Fix qmake warnings about incorrect header includes in public headers.
Change-Id: I4b6ff895a021665b18b007c8bd8a7059cbba3ab1 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/bluetooth/qbluetoothuuid.h')
-rw-r--r--src/bluetooth/qbluetoothuuid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothuuid.h b/src/bluetooth/qbluetoothuuid.h
index 2065ba2c..01bcff26 100644
--- a/src/bluetooth/qbluetoothuuid.h
+++ b/src/bluetooth/qbluetoothuuid.h
@@ -42,7 +42,7 @@
#ifndef QBLUETOOTHUUID_H
#define QBLUETOOTHUUID_H
-#include "qbluetoothglobal.h"
+#include <QtBluetooth/qbluetoothglobal.h>
#include <QtCore/QtGlobal>
#include <QtCore/QMetaType>