summaryrefslogtreecommitdiff
path: root/core/obex/btobex.cpp
Side-by-side diff
Diffstat (limited to 'core/obex/btobex.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/obex/btobex.cpp4
1 files changed, 2 insertions, 2 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,28 +1,28 @@
#include "btobex.h"
-#include <manager.h>
-#include <services.h>
+#include <opietooth/manager.h>
+#include <opietooth/services.h>
/* OPIE */
#include <opie2/oprocess.h>
#include <opie2/odebug.h>
/* QT */
#include <qfileinfo.h>
#include <qstring.h>
#include <qmap.h>
#include <qmessagebox.h>
using namespace OpieObex;
using namespace Opie::Core;
/* TRANSLATOR OpieObex::Obex */
using namespace OpieTooth;
BtObex::BtObex( QObject *parent, const char* name )
: QObject(parent, name )
{
m_rec = 0;
m_send=0;
m_count = 0;
m_receive = false;