summaryrefslogtreecommitdiff
path: root/core/obex/btobex.h
Unidiff
Diffstat (limited to 'core/obex/btobex.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/btobex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/obex/btobex.h b/core/obex/btobex.h
index 099f04a..ba50064 100644
--- a/core/obex/btobex.h
+++ b/core/obex/btobex.h
@@ -1,20 +1,20 @@
1 1
2 2
3#ifndef OpieBtObex_H 3#ifndef OpieBtObex_H
4#define OpieBtObex_H 4#define OpieBtObex_H
5 5
6#include <qobject.h> 6#include <qobject.h>
7#include <services.h> 7#include <opietooth/services.h>
8#include <manager.h> 8#include <opietooth/manager.h>
9 9
10namespace Opie {namespace Core {class OProcess;}} 10namespace Opie {namespace Core {class OProcess;}}
11class QCopChannel; 11class QCopChannel;
12using namespace OpieTooth; 12using namespace OpieTooth;
13namespace OpieObex { 13namespace OpieObex {
14 // Maybe this should be derved from Obex. 14 // Maybe this should be derved from Obex.
15 class BtObex : public QObject { 15 class BtObex : public QObject {
16 Q_OBJECT 16 Q_OBJECT
17 public: 17 public:
18 /** 18 /**
19 * BtObex c'tor look 19 * BtObex c'tor look
20 */ 20 */