summaryrefslogtreecommitdiff
path: root/noncore/settings
authormickeyl <mickeyl>2005-05-03 09:32:33 (UTC)
committer mickeyl <mickeyl>2005-05-03 09:32:33 (UTC)
commit8dc5378786b26d847e4771129760ccb76f04c40f (patch) (unidiff)
treefe33c8506c5a50e1a29f6749d1a807878acf9f1a /noncore/settings
parentfc1d18b34bacf2429cdf8738bd68af6bb99d0a2e (diff)
downloadopie-8dc5378786b26d847e4771129760ccb76f04c40f.zip
opie-8dc5378786b26d847e4771129760ccb76f04c40f.tar.gz
opie-8dc5378786b26d847e4771129760ccb76f04c40f.tar.bz2
fix includes
Diffstat (limited to 'noncore/settings') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/opietooth2/Opietooth.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/noncore/settings/networksettings2/opietooth2/Opietooth.h b/noncore/settings/networksettings2/opietooth2/Opietooth.h
index f077dd7..1f164a5 100644
--- a/noncore/settings/networksettings2/opietooth2/Opietooth.h
+++ b/noncore/settings/networksettings2/opietooth2/Opietooth.h
@@ -1,8 +1,8 @@
1#ifndef OPIETOOTH_H 1#ifndef OPIETOOTH_H
2#define OPIETOOTH_H 2#define OPIETOOTH_H
3 3
4#include <OTIcons.h> 4#include "OTIcons.h"
5 5
6class MyProcess; 6class MyProcess;
7 7
8namespace Opie { 8namespace Opie {
@@ -14,9 +14,9 @@ namespace Opie {
14 } 14 }
15 15
16} 16}
17 17
18#include <OTSniffGUI.h> 18#include "OTSniffGUI.h"
19namespace Opietooth2 { 19namespace Opietooth2 {
20 20
21class OTGateway; 21class OTGateway;
22class OTDriver; 22class OTDriver;
@@ -52,9 +52,9 @@ private :
52 MyProcess * HciDump; 52 MyProcess * HciDump;
53}; 53};
54} 54}
55 55
56#include <OTPairingGUI.h> 56#include "OTPairingGUI.h"
57 57
58namespace Opietooth2 { 58namespace Opietooth2 {
59class OTPairing : public OTPairingGUI { 59class OTPairing : public OTPairingGUI {
60 60
@@ -81,9 +81,9 @@ private :
81 OTGateway * OT; 81 OTGateway * OT;
82}; 82};
83} 83}
84 84
85#include <OTScanGUI.h> 85#include "OTScanGUI.h"
86 86
87namespace Opietooth2 { 87namespace Opietooth2 {
88 88
89class OTGateway; 89class OTGateway;
@@ -159,9 +159,9 @@ private :
159 int SelectedChannel; 159 int SelectedChannel;
160}; 160};
161} 161}
162 162
163#include <OTManageGUI.h> 163#include "OTManageGUI.h"
164namespace Opietooth2 { 164namespace Opietooth2 {
165 165
166class OTManage : public OTManageGUI { 166class OTManage : public OTManageGUI {
167 167
@@ -197,9 +197,9 @@ private :
197 OTInquiry * Scanning; 197 OTInquiry * Scanning;
198}; 198};
199} 199}
200 200
201#include <OTMainGUI.h> 201#include "OTMainGUI.h"
202 202
203namespace Opietooth2 { 203namespace Opietooth2 {
204class OTMain : public OTMainGUI { 204class OTMain : public OTMainGUI {
205 205