author | mickeyl <mickeyl> | 2005-05-03 09:32:33 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-05-03 09:32:33 (UTC) |
commit | 8dc5378786b26d847e4771129760ccb76f04c40f (patch) (side-by-side diff) | |
tree | fe33c8506c5a50e1a29f6749d1a807878acf9f1a | |
parent | fc1d18b34bacf2429cdf8738bd68af6bb99d0a2e (diff) | |
download | opie-8dc5378786b26d847e4771129760ccb76f04c40f.zip opie-8dc5378786b26d847e4771129760ccb76f04c40f.tar.gz opie-8dc5378786b26d847e4771129760ccb76f04c40f.tar.bz2 |
fix includes
-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 @@ -2,5 +2,5 @@ #define OPIETOOTH_H -#include <OTIcons.h> +#include "OTIcons.h" class MyProcess; @@ -16,5 +16,5 @@ namespace Opie { } -#include <OTSniffGUI.h> +#include "OTSniffGUI.h" namespace Opietooth2 { @@ -54,5 +54,5 @@ private : } -#include <OTPairingGUI.h> +#include "OTPairingGUI.h" namespace Opietooth2 { @@ -83,5 +83,5 @@ private : } -#include <OTScanGUI.h> +#include "OTScanGUI.h" namespace Opietooth2 { @@ -161,5 +161,5 @@ private : } -#include <OTManageGUI.h> +#include "OTManageGUI.h" namespace Opietooth2 { @@ -199,5 +199,5 @@ private : } -#include <OTMainGUI.h> +#include "OTMainGUI.h" namespace Opietooth2 { |