summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/manager.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/lib/manager.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opietooth/lib/manager.h b/noncore/net/opietooth/lib/manager.h
index 5586680..6c5e27f 100644
--- a/noncore/net/opietooth/lib/manager.h
+++ b/noncore/net/opietooth/lib/manager.h
@@ -3,12 +3,15 @@
3#define OpieToothManager_H 3#define OpieToothManager_H
4 4
5#include <qobject.h> 5#include <qobject.h>
6#include <qstring.h> 6#include <qstring.h>
7#include <qvaluelist.h> 7#include <qvaluelist.h>
8 8
9#include "remotedevice.h"
10#include "services.h"
11
9namespace OpieTooth { 12namespace OpieTooth {
10 class Device; 13 class Device;
11 /** Manager manages a blueZ device (hci0 for example) 14 /** Manager manages a blueZ device (hci0 for example)
12 * with Manager you can control the things you 15 * with Manager you can control the things you
13 * could do from command line in a OO and asynchronus 16 * could do from command line in a OO and asynchronus
14 * way. 17 * way.