author | drw <drw> | 2005-06-15 19:20:11 (UTC) |
---|---|---|
committer | drw <drw> | 2005-06-15 19:20:11 (UTC) |
commit | 1919f131d887881b52998bf1bad3ffda058d381c (patch) (unidiff) | |
tree | 0155a74f9d7e696cd86190486819870276207760 | |
parent | 1be8e6534619e409f51af90695dc00373d5a1e59 (diff) | |
download | opie-1919f131d887881b52998bf1bad3ffda058d381c.zip opie-1919f131d887881b52998bf1bad3ffda058d381c.tar.gz opie-1919f131d887881b52998bf1bad3ffda058d381c.tar.bz2 |
Remove unneeded include
-rw-r--r-- | noncore/net/opiestumbler/opiestumbler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/net/opiestumbler/opiestumbler.cpp b/noncore/net/opiestumbler/opiestumbler.cpp index 3531162..9b0d099 100644 --- a/noncore/net/opiestumbler/opiestumbler.cpp +++ b/noncore/net/opiestumbler/opiestumbler.cpp | |||
@@ -1,40 +1,39 @@ | |||
1 | #include <cstdlib> | 1 | #include <cstdlib> |
2 | 2 | ||
3 | #include <qmenubar.h> | 3 | #include <qmenubar.h> |
4 | #include <qaction.h> | 4 | #include <qaction.h> |
5 | #include <qlistview.h> | 5 | #include <qlistview.h> |
6 | #include <qstring.h> | 6 | #include <qstring.h> |
7 | //#include <qapplication.h> | 7 | //#include <qapplication.h> |
8 | #include <qdatetime.h> | 8 | #include <qdatetime.h> |
9 | #include <qpopupmenu.h> | 9 | #include <qpopupmenu.h> |
10 | #include <qstatusbar.h> | 10 | #include <qstatusbar.h> |
11 | #include <qlayout.h> | 11 | #include <qlayout.h> |
12 | #include <qwhatsthis.h> | 12 | #include <qwhatsthis.h> |
13 | #include <qtimer.h> | 13 | #include <qtimer.h> |
14 | #include <qprogressbar.h> | 14 | #include <qprogressbar.h> |
15 | 15 | ||
16 | #include <qpe/resource.h> | ||
17 | #include <qpe/config.h> | 16 | #include <qpe/config.h> |
18 | //#include <qpe/global.h> | 17 | //#include <qpe/global.h> |
19 | #include <qpe/qcopenvelope_qws.h> | 18 | #include <qpe/qcopenvelope_qws.h> |
20 | #include <qpe/qpeapplication.h> | 19 | #include <qpe/qpeapplication.h> |
21 | 20 | ||
22 | #include <opie2/odebug.h> | 21 | #include <opie2/odebug.h> |
23 | #include <opie2/ostation.h> | 22 | #include <opie2/ostation.h> |
24 | #include <opie2/omanufacturerdb.h> | 23 | #include <opie2/omanufacturerdb.h> |
25 | #include <opie2/onetwork.h> | 24 | #include <opie2/onetwork.h> |
26 | #include <opie2/oprocess.h> | 25 | #include <opie2/oprocess.h> |
27 | 26 | ||
28 | #include "stumbler.h" | 27 | #include "stumbler.h" |
29 | #include "opiestumbler.h" | 28 | #include "opiestumbler.h" |
30 | #include "stumblersettings.h" | 29 | #include "stumblersettings.h" |
31 | #include "stationviewitem.h" | 30 | #include "stationviewitem.h" |
32 | #include "stumblerstation.h" | 31 | #include "stumblerstation.h" |
33 | #include "stationinfo.h" | 32 | #include "stationinfo.h" |
34 | 33 | ||
35 | 34 | ||
36 | using Opie::Net::OWirelessNetworkInterface; | 35 | using Opie::Net::OWirelessNetworkInterface; |
37 | using Opie::Net::ONetwork; | 36 | using Opie::Net::ONetwork; |
38 | 37 | ||
39 | 38 | ||
40 | QString OpieStumbler::appCaption() { | 39 | QString OpieStumbler::appCaption() { |