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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/obex/btobex.h b/core/obex/btobex.h
index 7e91c06..d9bd886 100644
--- a/core/obex/btobex.h
+++ b/core/obex/btobex.h
@@ -29,12 +29,13 @@
29 * The Bluetooth OBEX manipulating class declaration 29 * The Bluetooth OBEX manipulating class declaration
30 */ 30 */
31 31
32 32
33#ifndef OpieBtObex_H 33#ifndef OpieBtObex_H
34#define OpieBtObex_H 34#define OpieBtObex_H
35#ifdef BLUETOOTH
35 36
36#include "obexbase.h" 37#include "obexbase.h"
37#include <qobject.h> 38#include <qobject.h>
38#include <services.h> 39#include <services.h>
39#include <manager.h> 40#include <manager.h>
40#include <obexpush.h> 41#include <obexpush.h>
@@ -111,8 +112,8 @@ private slots:
111 void sendNow(); 112 void sendNow();
112 QString parseOut(); 113 QString parseOut();
113 void received(); 114 void received();
114 }; 115 };
115}; 116};
116 117
117 118#endif //BLUETOOTH
118#endif 119#endif