From 8dc5378786b26d847e4771129760ccb76f04c40f Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 03 May 2005 09:32:33 +0000 Subject: fix includes --- (limited to 'noncore/settings/networksettings2/opietooth2/Opietooth.h') 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,7 +1,7 @@ #ifndef OPIETOOTH_H #define OPIETOOTH_H -#include +#include "OTIcons.h" class MyProcess; @@ -15,7 +15,7 @@ namespace Opie { } -#include +#include "OTSniffGUI.h" namespace Opietooth2 { class OTGateway; @@ -53,7 +53,7 @@ private : }; } -#include +#include "OTPairingGUI.h" namespace Opietooth2 { class OTPairing : public OTPairingGUI { @@ -82,7 +82,7 @@ private : }; } -#include +#include "OTScanGUI.h" namespace Opietooth2 { @@ -160,7 +160,7 @@ private : }; } -#include +#include "OTManageGUI.h" namespace Opietooth2 { class OTManage : public OTManageGUI { @@ -198,7 +198,7 @@ private : }; } -#include +#include "OTMainGUI.h" namespace Opietooth2 { class OTMain : public OTMainGUI { -- cgit v0.9.0.2