-rw-r--r-- | noncore/net/opiestumbler/opiestumbler.cpp | 14 | ||||
-rw-r--r-- | noncore/net/opiestumbler/opiestumbler.h | 2 | ||||
-rw-r--r-- | noncore/net/opiestumbler/stationinfo.h | 2 | ||||
-rw-r--r-- | noncore/net/opiestumbler/stumbler.cpp | 4 | ||||
-rw-r--r-- | noncore/net/opiestumbler/stumblersettings.h | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/noncore/net/opiestumbler/opiestumbler.cpp b/noncore/net/opiestumbler/opiestumbler.cpp index bc4a7ab..2f4f54b 100644 --- a/noncore/net/opiestumbler/opiestumbler.cpp +++ b/noncore/net/opiestumbler/opiestumbler.cpp | |||
@@ -65,3 +65,3 @@ OpieStumbler::OpieStumbler(QWidget *parent, const char *name, WFlags) | |||
65 | 65 | ||
66 | m_stationsCurrent->setAutoDelete(TRUE); | 66 | m_stationsCurrent->setAutoDelete(true); |
67 | 67 | ||
@@ -73,3 +73,3 @@ OpieStumbler::OpieStumbler(QWidget *parent, const char *name, WFlags) | |||
73 | //setCentralWidget(grid); | 73 | //setCentralWidget(grid); |
74 | setToolBarsMovable(FALSE); | 74 | setToolBarsMovable(false); |
75 | 75 | ||
@@ -129,3 +129,3 @@ void OpieStumbler::slotConfigure() | |||
129 | { | 129 | { |
130 | StumblerSettings settings(this, "Settings", TRUE); | 130 | StumblerSettings settings(this, "Settings", true); |
131 | if (settings.exec() == QDialog::Accepted) | 131 | if (settings.exec() == QDialog::Accepted) |
@@ -236,4 +236,4 @@ void OpieStumbler::slotShowDetails() | |||
236 | it.current()->st->encrypted ? "WEP": "No", | 236 | it.current()->st->encrypted ? "WEP": "No", |
237 | it.current()->st->macAddress.toString(), manufacturer(it.current()->st->macAddress.toString(), TRUE), | 237 | it.current()->st->macAddress.toString(), manufacturer(it.current()->st->macAddress.toString(), true), |
238 | it.current()->lastTimeSeen.toString() ,this, "", TRUE); | 238 | it.current()->lastTimeSeen.toString() ,this, "", true); |
239 | info.exec(); | 239 | info.exec(); |
@@ -297,3 +297,3 @@ void OpieStumbler::slotJoinNetwork() | |||
297 | odebug << "Bringing interface down" << oendl; | 297 | odebug << "Bringing interface down" << oendl; |
298 | wiface->setUp(FALSE); | 298 | wiface->setUp(false); |
299 | 299 | ||
@@ -311,3 +311,3 @@ void OpieStumbler::slotJoinNetwork() | |||
311 | odebug << "Bringing interface up" << oendl; | 311 | odebug << "Bringing interface up" << oendl; |
312 | wiface->setUp(TRUE); | 312 | wiface->setUp(true); |
313 | m_pbar->setProgress(1); | 313 | m_pbar->setProgress(1); |
diff --git a/noncore/net/opiestumbler/opiestumbler.h b/noncore/net/opiestumbler/opiestumbler.h index 84a69ba..263af6e 100644 --- a/noncore/net/opiestumbler/opiestumbler.h +++ b/noncore/net/opiestumbler/opiestumbler.h | |||
@@ -42,3 +42,3 @@ public: | |||
42 | void displayStations(); | 42 | void displayStations(); |
43 | QString manufacturer(const QString &mac, bool extended = FALSE ); | 43 | QString manufacturer(const QString &mac, bool extended = false ); |
44 | protected slots: | 44 | protected slots: |
diff --git a/noncore/net/opiestumbler/stationinfo.h b/noncore/net/opiestumbler/stationinfo.h index f8798a6..aa42932 100644 --- a/noncore/net/opiestumbler/stationinfo.h +++ b/noncore/net/opiestumbler/stationinfo.h | |||
@@ -18,3 +18,3 @@ public: | |||
18 | const QString &vendor, const QString &time, | 18 | const QString &vendor, const QString &time, |
19 | QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); | 19 | QWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); |
20 | 20 | ||
diff --git a/noncore/net/opiestumbler/stumbler.cpp b/noncore/net/opiestumbler/stumbler.cpp index cda6b99..10e89ce 100644 --- a/noncore/net/opiestumbler/stumbler.cpp +++ b/noncore/net/opiestumbler/stumbler.cpp | |||
@@ -37,6 +37,6 @@ void Stumbler::start() | |||
37 | odebug << "Starting stumbler" << oendl; | 37 | odebug << "Starting stumbler" << oendl; |
38 | m_wiface->setUp(FALSE); | 38 | m_wiface->setUp(false); |
39 | m_wiface->setSSID("any"); | 39 | m_wiface->setSSID("any"); |
40 | m_wiface->setAssociatedAP( OMacAddress::broadcast ); | 40 | m_wiface->setAssociatedAP( OMacAddress::broadcast ); |
41 | m_wiface->setUp(TRUE); | 41 | m_wiface->setUp(true); |
42 | m_timer->start(m_interval); | 42 | m_timer->start(m_interval); |
diff --git a/noncore/net/opiestumbler/stumblersettings.h b/noncore/net/opiestumbler/stumblersettings.h index 997fc85..f444eba 100644 --- a/noncore/net/opiestumbler/stumblersettings.h +++ b/noncore/net/opiestumbler/stumblersettings.h | |||
@@ -11,3 +11,3 @@ class StumblerSettings: public QDialog { | |||
11 | public: | 11 | public: |
12 | StumblerSettings(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags f = 0); | 12 | StumblerSettings(QWidget* parent = 0, const char* name = 0, bool modal = false, WFlags f = 0); |
13 | ~StumblerSettings(); | 13 | ~StumblerSettings(); |