From 5c098847f0fd716c4fe697e5eb314111a4ae5df1 Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 16 Jun 2002 20:21:06 +0000 Subject: remoteDevice not removeDevices --- (limited to 'noncore/net/opietooth/manager') diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h index ae5ce67..5364e51 100644 --- a/noncore/net/opietooth/manager/bluebase.h +++ b/noncore/net/opietooth/manager/bluebase.h @@ -10,6 +10,8 @@ #include "bluetoothbase.h" +#include + class QVBox; class QHBoxLayout; class QGridLayout; diff --git a/noncore/net/opietooth/manager/scandialog.cpp b/noncore/net/opietooth/manager/scandialog.cpp index 70ea77a..8a7ea01 100644 --- a/noncore/net/opietooth/manager/scandialog.cpp +++ b/noncore/net/opietooth/manager/scandialog.cpp @@ -134,7 +134,6 @@ namespace OpieTooth { deviceItem = new QCheckListItem( ListView1, (*it).name() ); deviceItem->setText(1, (*it).mac() ); } - } /* @@ -151,7 +150,7 @@ namespace OpieTooth { QListViewItemIterator it( ListView1 ); for ( ; it.current(); ++it ) { - if ( it.current()->isSelected() ) { + if ( ((QCheckListItem*)it.current())->isOn() ) { RemoteDevices* device = new RemoteDevices( it.current()->text(1), it.current()->text(0)); deviceList->append( device ); } diff --git a/noncore/net/opietooth/manager/scandialog.h b/noncore/net/opietooth/manager/scandialog.h index 4785a62..0ca302a 100644 --- a/noncore/net/opietooth/manager/scandialog.h +++ b/noncore/net/opietooth/manager/scandialog.h @@ -21,7 +21,7 @@ #include #include - +#include class QVBoxLayout; class QHBoxLayout; class QGridLayout; @@ -35,7 +35,7 @@ class QProgressBar; namespace OpieTooth { -#include + class Manager; class Device; -- cgit v0.9.0.2