summaryrefslogtreecommitdiff
path: root/noncore/net
authormouse <mouse>2004-03-31 15:28:11 (UTC)
committer mouse <mouse>2004-03-31 15:28:11 (UTC)
commit9a12191d28e010f87c2c6414ef5d8a929938343b (patch) (unidiff)
tree8197aa5c8030d41112ed58e93bfa9d71bbf90564 /noncore/net
parent10ed731c865d41955bf2aeb721cad592cd56b545 (diff)
downloadopie-9a12191d28e010f87c2c6414ef5d8a929938343b.zip
opie-9a12191d28e010f87c2c6414ef5d8a929938343b.tar.gz
opie-9a12191d28e010f87c2c6414ef5d8a929938343b.tar.bz2
added missed include file
Diffstat (limited to 'noncore/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/packetview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/gui/packetview.h b/noncore/net/wellenreiter/gui/packetview.h
index affedab..42e8f5d 100644
--- a/noncore/net/wellenreiter/gui/packetview.h
+++ b/noncore/net/wellenreiter/gui/packetview.h
@@ -19,6 +19,8 @@
19#include <qlist.h> 19#include <qlist.h>
20#include <qframe.h> 20#include <qframe.h>
21 21
22#include <opie2/opcap.h>
23
22class QLabel; 24class QLabel;
23class QString; 25class QString;
24class QSpinBox; 26class QSpinBox;