summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/btobex.cpp4
-rw-r--r--core/obex/btobex.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/core/obex/btobex.cpp b/core/obex/btobex.cpp
index bb5c06d..b8556da 100644
--- a/core/obex/btobex.cpp
+++ b/core/obex/btobex.cpp
@@ -1,16 +1,16 @@
1 1
2#include "btobex.h" 2#include "btobex.h"
3#include <manager.h> 3#include <opietooth/manager.h>
4#include <services.h> 4#include <opietooth/services.h>
5 5
6/* OPIE */ 6/* OPIE */
7#include <opie2/oprocess.h> 7#include <opie2/oprocess.h>
8#include <opie2/odebug.h> 8#include <opie2/odebug.h>
9 9
10/* QT */ 10/* QT */
11#include <qfileinfo.h> 11#include <qfileinfo.h>
12#include <qstring.h> 12#include <qstring.h>
13#include <qmap.h> 13#include <qmap.h>
14#include <qmessagebox.h> 14#include <qmessagebox.h>
15 15
16using namespace OpieObex; 16using namespace OpieObex;
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 */