From fb16f3317916704eca14d35271d48130bfa78c6c Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 16 Feb 2003 10:04:28 +0000 Subject: cleaned the scandialog --- (limited to 'noncore/net/opietooth/manager/scandialog.h') 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 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&); + void selectedDevices( const QValueList& ); }; -- cgit v0.9.0.2