summaryrefslogtreecommitdiff
path: root/core/obex/btobex.h
authoraquadran <aquadran>2006-05-04 05:40:22 (UTC)
committer aquadran <aquadran>2006-05-04 05:40:22 (UTC)
commit9e9148941974ce65fb733b14dd8bb15fe099ec2c (patch) (unidiff)
treee07db54c1bef85853f7037478c0f0ff56b09779e /core/obex/btobex.h
parent1240155cf5865df0d0ce0e4bd04dfec68ec1ede5 (diff)
downloadopie-9e9148941974ce65fb733b14dd8bb15fe099ec2c.zip
opie-9e9148941974ce65fb733b14dd8bb15fe099ec2c.tar.gz
opie-9e9148941974ce65fb733b14dd8bb15fe099ec2c.tar.bz2
fixed compilation opieobex
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 */