summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (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,30 +1,30 @@
#ifndef OPIETOOTH_H
#define OPIETOOTH_H
-#include <OTIcons.h>
+#include "OTIcons.h"
class MyProcess;
namespace Opie {
namespace Ui {
class OLedBox;
}
}
-#include <OTSniffGUI.h>
+#include "OTSniffGUI.h"
namespace Opietooth2 {
class OTGateway;
class OTDriver;
class OTInquiry;
class OTPeer;
class PeerLVI;
class OTSniffing : public OTSniffGUI {
Q_OBJECT
@@ -44,25 +44,25 @@ private slots :
signals :
protected :
private :
OTGateway * OT;
MyProcess * HciDump;
};
}
-#include <OTPairingGUI.h>
+#include "OTPairingGUI.h"
namespace Opietooth2 {
class OTPairing : public OTPairingGUI {
Q_OBJECT
public :
OTPairing( QWidget * parent,
OTIcons * _Ic = 0 );
~OTPairing();
@@ -73,25 +73,25 @@ private slots :
signals :
protected :
private :
bool MyIcons;
OTIcons * Icons;
OTGateway * OT;
};
}
-#include <OTScanGUI.h>
+#include "OTScanGUI.h"
namespace Opietooth2 {
class OTGateway;
class OTDriver;
class OTInquiry;
class OTPeer;
class OTScan : public OTScanGUI {
Q_OBJECT
@@ -151,25 +151,25 @@ private :
OTInquiry * Scanning;
UUIDVector Filter;
Opie::Ui::OLedBox * Paired_Led;
QTimer * StrengthTimer;
PeerLVI * Current;
OTPeer * SelectedPeer;
int SelectedChannel;
};
}
-#include <OTManageGUI.h>
+#include "OTManageGUI.h"
namespace Opietooth2 {
class OTManage : public OTManageGUI {
Q_OBJECT
public :
OTManage( QWidget * parent,
OTIcons * _IC = 0 );
~OTManage();
@@ -189,25 +189,25 @@ protected :
private :
// load scanned devices
bool MyIcons;
OTIcons * Icons;
OTGateway * OT;
OTInquiry * Scanning;
};
}
-#include <OTMainGUI.h>
+#include "OTMainGUI.h"
namespace Opietooth2 {
class OTMain : public OTMainGUI {
Q_OBJECT
public :
OTMain( QWidget * parent );
~OTMain();
public slots :