summaryrefslogtreecommitdiff
authormouse <mouse>2004-03-31 15:28:11 (UTC)
committer mouse <mouse>2004-03-31 15:28:11 (UTC)
commit9a12191d28e010f87c2c6414ef5d8a929938343b (patch) (unidiff)
tree8197aa5c8030d41112ed58e93bfa9d71bbf90564
parent10ed731c865d41955bf2aeb721cad592cd56b545 (diff)
downloadopie-9a12191d28e010f87c2c6414ef5d8a929938343b.zip
opie-9a12191d28e010f87c2c6414ef5d8a929938343b.tar.gz
opie-9a12191d28e010f87c2c6414ef5d8a929938343b.tar.bz2
added missed include file
Diffstat (more/less context) (show 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
@@ -16,12 +16,14 @@
16#ifndef PACKETVIEW_H 16#ifndef PACKETVIEW_H
17#define PACKETVIEW_H 17#define PACKETVIEW_H
18 18
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;
25class QTextView; 27class QTextView;
26class QObjectList; 28class QObjectList;
27namespace Opie {namespace Net {class OPacket;}} 29namespace Opie {namespace Net {class OPacket;}}