summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2/Opietooth.h
authormickeyl <mickeyl>2005-05-03 09:32:33 (UTC)
committer mickeyl <mickeyl>2005-05-03 09:32:33 (UTC)
commit8dc5378786b26d847e4771129760ccb76f04c40f (patch) (side-by-side diff)
treefe33c8506c5a50e1a29f6749d1a807878acf9f1a /noncore/settings/networksettings2/opietooth2/Opietooth.h
parentfc1d18b34bacf2429cdf8738bd68af6bb99d0a2e (diff)
downloadopie-8dc5378786b26d847e4771129760ccb76f04c40f.zip
opie-8dc5378786b26d847e4771129760ccb76f04c40f.tar.gz
opie-8dc5378786b26d847e4771129760ccb76f04c40f.tar.bz2
fix includes
Diffstat (limited to 'noncore/settings/networksettings2/opietooth2/Opietooth.h') (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,10 +1,10 @@
#ifndef OPIETOOTH_H
#define OPIETOOTH_H
-#include <OTIcons.h>
+#include "OTIcons.h"
class MyProcess;
namespace Opie {
namespace Ui {
@@ -12,13 +12,13 @@ namespace Opie {
class OLedBox;
}
}
-#include <OTSniffGUI.h>
+#include "OTSniffGUI.h"
namespace Opietooth2 {
class OTGateway;
class OTDriver;
class OTInquiry;
class OTPeer;
@@ -50,13 +50,13 @@ private :
OTGateway * OT;
MyProcess * HciDump;
};
}
-#include <OTPairingGUI.h>
+#include "OTPairingGUI.h"
namespace Opietooth2 {
class OTPairing : public OTPairingGUI {
Q_OBJECT
@@ -79,13 +79,13 @@ private :
bool MyIcons;
OTIcons * Icons;
OTGateway * OT;
};
}
-#include <OTScanGUI.h>
+#include "OTScanGUI.h"
namespace Opietooth2 {
class OTGateway;
class OTDriver;
class OTInquiry;
@@ -157,13 +157,13 @@ private :
OTPeer * SelectedPeer;
int SelectedChannel;
};
}
-#include <OTManageGUI.h>
+#include "OTManageGUI.h"
namespace Opietooth2 {
class OTManage : public OTManageGUI {
Q_OBJECT
@@ -195,13 +195,13 @@ private :
OTIcons * Icons;
OTGateway * OT;
OTInquiry * Scanning;
};
}
-#include <OTMainGUI.h>
+#include "OTMainGUI.h"
namespace Opietooth2 {
class OTMain : public OTMainGUI {
Q_OBJECT