summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/scandialog.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/scandialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/scandialog.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/noncore/net/opietooth/manager/scandialog.h b/noncore/net/opietooth/manager/scandialog.h
index 8f8d39a..a644e96 100644
--- a/noncore/net/opietooth/manager/scandialog.h
+++ b/noncore/net/opietooth/manager/scandialog.h
@@ -23,9 +23,7 @@
#include <remotedevice.h>
class QVBoxLayout;
-class QHBoxLayout;
class QGridLayout;
-class QFrame;
class QLabel;
class QListView;
class QListViewItem;
@@ -35,7 +33,6 @@ class QProgressBar;
namespace OpieTooth {
-
class Manager;
class Device;
@@ -46,11 +43,9 @@ class Device;
ScanDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~ScanDialog();
- private: // make them private -zecke
- QFrame* Frame7;
- QProgressBar* progress;
+ private:
+ QProgressBar* progress;
QPushButton* StartStopButton;
-// QPushButton* StopButton;
QListView* ListView1;
public slots:
@@ -63,7 +58,7 @@ class Device;
void stopSearch();
void startSearch();
void progressTimer();
- void fillList(const QString& device, RemoteDevice::ValueList list);
+ void fillList( const QString& device, RemoteDevice::ValueList list );
private:
bool m_search:1;
@@ -72,7 +67,7 @@ class Device;
int progressStat;
signals:
- void selectedDevices(const QValueList<RemoteDevice>&);
+ void selectedDevices( const QValueList<RemoteDevice>& );
};