-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,32 +1,31 @@ | |||
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" |