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,32 +1,32 @@
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 */
21 BtObex( QObject *parent, const char* name); 21 BtObex( QObject *parent, const char* name);
22 /** 22 /**
23 * d'tor 23 * d'tor
24 */ 24 */
25 ~BtObex(); 25 ~BtObex();
26 26
27 /** TODO mbhaynie -- Maybe opd would be a better way to receive. 27 /** TODO mbhaynie -- Maybe opd would be a better way to receive.
28 * Starting listening to Bluetooth after enabled by the applet 28 * Starting listening to Bluetooth after enabled by the applet
29 * a signal gets emitted when received a file 29 * a signal gets emitted when received a file
30 */ 30 */
31 void receive(); 31 void receive();
32 void send( const QString&, const QString& ); 32 void send( const QString&, const QString& );