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) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/scandialog.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/net/opietooth/manager/scandialog.h b/noncore/net/opietooth/manager/scandialog.h
index f18784d..8f8d39a 100644
--- a/noncore/net/opietooth/manager/scandialog.h
+++ b/noncore/net/opietooth/manager/scandialog.h
@@ -46,10 +46,11 @@ 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;
- QPushButton* StartButton;
- QPushButton* StopButton;
+ QPushButton* StartStopButton;
+// QPushButton* StopButton;
QListView* ListView1;
public slots:
@@ -65,6 +66,7 @@ public slots:
void fillList(const QString& device, RemoteDevice::ValueList list);
private:
+ bool m_search:1;
void emitToManager();
Manager *localDevice;
int progressStat;