summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/scandialog.h
authorharlekin <harlekin>2003-02-16 10:04:28 (UTC)
committer harlekin <harlekin>2003-02-16 10:04:28 (UTC)
commitfb16f3317916704eca14d35271d48130bfa78c6c (patch) (unidiff)
tree2a68df6a2938466c6d8e7e446730c5794bd61a8d /noncore/net/opietooth/manager/scandialog.h
parentf1737ebd1afc35528c2452f6a281039c39a28f1f (diff)
downloadopie-fb16f3317916704eca14d35271d48130bfa78c6c.zip
opie-fb16f3317916704eca14d35271d48130bfa78c6c.tar.gz
opie-fb16f3317916704eca14d35271d48130bfa78c6c.tar.bz2
cleaned the scandialog
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
@@ -25,5 +25,3 @@
25class QVBoxLayout; 25class QVBoxLayout;
26class QHBoxLayout;
27class QGridLayout; 26class QGridLayout;
28class QFrame;
29class QLabel; 27class QLabel;
@@ -37,3 +35,2 @@ namespace OpieTooth {
37 35
38
39class Manager; 36class Manager;
@@ -48,7 +45,5 @@ class Device;
48 45
49 private: // make them private -zecke 46 private:
50 QFrame* Frame7; 47 QProgressBar* progress;
51 QProgressBar* progress;
52 QPushButton* StartStopButton; 48 QPushButton* StartStopButton;
53// QPushButton* StopButton;
54 QListView* ListView1; 49 QListView* ListView1;
@@ -65,3 +60,3 @@ class Device;
65 void progressTimer(); 60 void progressTimer();
66 void fillList(const QString& device, RemoteDevice::ValueList list); 61 void fillList( const QString& device, RemoteDevice::ValueList list );
67 62
@@ -74,3 +69,3 @@ class Device;
74 signals: 69 signals:
75 void selectedDevices(const QValueList<RemoteDevice>&); 70 void selectedDevices( const QValueList<RemoteDevice>& );
76 }; 71 };