-rw-r--r-- | noncore/settings/networksettings2/opietooth2/Opietooth.h | 12 |
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 @@ #ifndef OPIETOOTH_H #define OPIETOOTH_H -#include <OTIcons.h> +#include "OTIcons.h" class MyProcess; namespace Opie { @@ -14,9 +14,9 @@ namespace Opie { } } -#include <OTSniffGUI.h> +#include "OTSniffGUI.h" namespace Opietooth2 { class OTGateway; class OTDriver; @@ -52,9 +52,9 @@ private : MyProcess * HciDump; }; } -#include <OTPairingGUI.h> +#include "OTPairingGUI.h" namespace Opietooth2 { class OTPairing : public OTPairingGUI { @@ -81,9 +81,9 @@ private : OTGateway * OT; }; } -#include <OTScanGUI.h> +#include "OTScanGUI.h" namespace Opietooth2 { class OTGateway; @@ -159,9 +159,9 @@ private : int SelectedChannel; }; } -#include <OTManageGUI.h> +#include "OTManageGUI.h" namespace Opietooth2 { class OTManage : public OTManageGUI { @@ -197,9 +197,9 @@ private : OTInquiry * Scanning; }; } -#include <OTMainGUI.h> +#include "OTMainGUI.h" namespace Opietooth2 { class OTMain : public OTMainGUI { |