summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/btdeviceitem.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/btdeviceitem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/btdeviceitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/opietooth/manager/btdeviceitem.h b/noncore/net/opietooth/manager/btdeviceitem.h
index ae51483..e4c6ce7 100644
--- a/noncore/net/opietooth/manager/btdeviceitem.h
+++ b/noncore/net/opietooth/manager/btdeviceitem.h
@@ -1,15 +1,15 @@
1 1
2#ifndef OPIE_TOOTH_BT_DEVIVE_ITEM 2#ifndef OPIE_TOOTH_BT_DEVICE_ITEM
3#define OPIE_TOOTH_BT_DEVIVE_ITEM 3#define OPIE_TOOTH_BT_DEVICE_ITEM
4 4
5 5
6#include <remotedevice.h> 6#include <remotedevice.h>
7#include "btlistitem.h" 7#include "btlistitem.h"
8 8
9namespace OpieTooth { 9namespace OpieTooth {
10 class BTDeviceItem : public BTListItem { 10 class BTDeviceItem : public BTListItem {
11 public: 11 public:
12 BTDeviceItem( QListView* parent, const RemoteDevice& dev ); 12 BTDeviceItem( QListView* parent, const RemoteDevice& dev );
13 ~BTDeviceItem(); 13 ~BTDeviceItem();
14 RemoteDevice remoteDevice() const; 14 RemoteDevice remoteDevice() const;
15 QString type()const; 15 QString type()const;