summaryrefslogtreecommitdiff
path: root/noncore/net/opiestumbler/stationinfo.h
Unidiff
Diffstat (limited to 'noncore/net/opiestumbler/stationinfo.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opiestumbler/stationinfo.h2
1 files changed, 1 insertions, 1 deletions
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
@@ -16,7 +16,7 @@ public:
16 StationInfo( const QString &essid, const QString &type, const QString &channel, 16 StationInfo( const QString &essid, const QString &type, const QString &channel,
17 const QString &maxrate, const QString &level, const QString &encryption, const QString &address, 17 const QString &maxrate, const QString &level, const QString &encryption, const QString &address,
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
21protected: 21protected:
22 QLabel *m_ssidLabel; 22 QLabel *m_ssidLabel;