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) (side-by-side diff)
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,32 +1,32 @@
#ifndef OpieBtObex_H
#define OpieBtObex_H
#include <qobject.h>
-#include <services.h>
-#include <manager.h>
+#include <opietooth/services.h>
+#include <opietooth/manager.h>
namespace Opie {namespace Core {class OProcess;}}
class QCopChannel;
using namespace OpieTooth;
namespace OpieObex {
// Maybe this should be derved from Obex.
class BtObex : public QObject {
Q_OBJECT
public:
/**
* BtObex c'tor look
*/
BtObex( QObject *parent, const char* name);
/**
* d'tor
*/
~BtObex();
/** TODO mbhaynie -- Maybe opd would be a better way to receive.
* Starting listening to Bluetooth after enabled by the applet
* a signal gets emitted when received a file
*/
void receive();
void send( const QString&, const QString& );