summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlistitem.cpp
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/gui/scanlistitem.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/scanlistitem.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/gui/scanlistitem.cpp b/noncore/net/wellenreiter/gui/scanlistitem.cpp
index 398b42d..1e2a52e 100644
--- a/noncore/net/wellenreiter/gui/scanlistitem.cpp
+++ b/noncore/net/wellenreiter/gui/scanlistitem.cpp
@@ -14,10 +14,15 @@
14**********************************************************************/ 14**********************************************************************/
15 15
16#include "scanlistitem.h" 16#include "scanlistitem.h"
17#include <qpe/resource.h>
18#include <assert.h> 17#include <assert.h>
19#include <qpixmap.h> 18#include <qpixmap.h>
20 19
20#ifdef QWS
21#include <qpe/resource.h>
22#else
23#include "resource.h"
24#endif
25
21const int col_type = 0; 26const int col_type = 0;
22const int col_essid = 0; 27const int col_essid = 0;
23const int col_sig = 1; 28const int col_sig = 1;