author | zecke <zecke> | 2004-03-15 13:41:33 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-03-15 13:41:33 (UTC) |
commit | b1e0b3b425e1c7ae95d5c35b0a72057132b99f4e (patch) (unidiff) | |
tree | bc7e552f3306a294d07402309a793468669e5e46 /noncore | |
parent | e1e38dcf2b7d3ad1ad54da6349b196fbdaf778bf (diff) | |
download | opie-b1e0b3b425e1c7ae95d5c35b0a72057132b99f4e.zip opie-b1e0b3b425e1c7ae95d5c35b0a72057132b99f4e.tar.gz opie-b1e0b3b425e1c7ae95d5c35b0a72057132b99f4e.tar.bz2 |
Puh one run too much of my script
-rw-r--r-- | noncore/net/wellenreiter/gui/packetview.cpp | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/gui/packetview.h | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/gui/statwindow.h | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/gui/wellenreiter.h | 22 |
4 files changed, 13 insertions, 15 deletions
diff --git a/noncore/net/wellenreiter/gui/packetview.cpp b/noncore/net/wellenreiter/gui/packetview.cpp index 8312e71..e0e626c 100644 --- a/noncore/net/wellenreiter/gui/packetview.cpp +++ b/noncore/net/wellenreiter/gui/packetview.cpp | |||
@@ -26,8 +26,6 @@ | |||
26 | #include <qlist.h> | 26 | #include <qlist.h> |
27 | 27 | ||
28 | using namespace Opie::Net; | 28 | using namespace Opie::Net; |
29 | using namespace Opie::Net; | ||
30 | using namespace Opie::Net; | ||
31 | PacketView::PacketView( QWidget * parent, const char * name, WFlags f ) | 29 | PacketView::PacketView( QWidget * parent, const char * name, WFlags f ) |
32 | :QFrame( parent, name, f ) | 30 | :QFrame( parent, name, f ) |
33 | { | 31 | { |
diff --git a/noncore/net/wellenreiter/gui/packetview.h b/noncore/net/wellenreiter/gui/packetview.h index 1ac19bb..938aa19 100644 --- a/noncore/net/wellenreiter/gui/packetview.h +++ b/noncore/net/wellenreiter/gui/packetview.h | |||
@@ -23,7 +23,7 @@ class QString; | |||
23 | class QSpinBox; | 23 | class QSpinBox; |
24 | class QLabel; | 24 | class QLabel; |
25 | class QTextView; | 25 | class QTextView; |
26 | namespace Opie {namespace Net {class Opie::Net::OPacket;}} | 26 | namespace Opie {namespace Net {class OPacket;}} |
27 | 27 | ||
28 | class PacketView: public QFrame | 28 | class PacketView: public QFrame |
29 | { | 29 | { |
diff --git a/noncore/net/wellenreiter/gui/statwindow.h b/noncore/net/wellenreiter/gui/statwindow.h index e11247b..c514146 100644 --- a/noncore/net/wellenreiter/gui/statwindow.h +++ b/noncore/net/wellenreiter/gui/statwindow.h | |||
@@ -19,7 +19,7 @@ | |||
19 | #include <qvbox.h> | 19 | #include <qvbox.h> |
20 | 20 | ||
21 | class QString; | 21 | class QString; |
22 | namespace Opie {namespace Ui {class Opie::Ui::OListView;}} | 22 | namespace Opie {namespace Ui {class OListView;}} |
23 | 23 | ||
24 | class MStatWindow: public QVBox | 24 | class MStatWindow: public QVBox |
25 | { | 25 | { |
diff --git a/noncore/net/wellenreiter/gui/wellenreiter.h b/noncore/net/wellenreiter/gui/wellenreiter.h index 83299c9..f609ef4 100644 --- a/noncore/net/wellenreiter/gui/wellenreiter.h +++ b/noncore/net/wellenreiter/gui/wellenreiter.h | |||
@@ -22,17 +22,17 @@ | |||
22 | 22 | ||
23 | class QTimerEvent; | 23 | class QTimerEvent; |
24 | class QPixmap; | 24 | class QPixmap; |
25 | namespace Opie {namespace Net {class Opie::Net::OPacket;}} | 25 | namespace Opie {namespace Net {class OPacket;}} |
26 | namespace Opie {namespace Net {class Opie::Net::OWaveLanManagementPacket;}} | 26 | namespace Opie {namespace Net {class OWaveLanManagementPacket;}} |
27 | namespace Opie {namespace Net {class Opie::Net::OWaveLanControlPacket;}} | 27 | namespace Opie {namespace Net {class OWaveLanControlPacket;}} |
28 | namespace Opie {namespace Net {class Opie::Net::OWaveLanDataPacket;}} | 28 | namespace Opie {namespace Net {class OWaveLanDataPacket;}} |
29 | namespace Opie {namespace Net {class Opie::Net::OEthernetPacket;}} | 29 | namespace Opie {namespace Net {class OEthernetPacket;}} |
30 | namespace Opie {namespace Net {class Opie::Net::OARPPacket;}} | 30 | namespace Opie {namespace Net {class OARPPacket;}} |
31 | namespace Opie {namespace Net {class Opie::Net::OMacAddress;}} | 31 | namespace Opie {namespace Net {class OMacAddress;}} |
32 | namespace Opie {namespace Net {class Opie::Net::OIPPacket;}} | 32 | namespace Opie {namespace Net {class OIPPacket;}} |
33 | namespace Opie {namespace Net {class Opie::Net::OPacket;}} | 33 | namespace Opie {namespace Net {class OPacket;}} |
34 | namespace Opie {namespace Net {class Opie::Net::OWirelessNetworkInterface;}} | 34 | namespace Opie {namespace Net {class OWirelessNetworkInterface;}} |
35 | namespace Opie {namespace Net {class Opie::Net::OPacketCapturer;}} | 35 | namespace Opie {namespace Net {class OPacketCapturer;}} |
36 | class PacketView; | 36 | class PacketView; |
37 | class WellenreiterConfigWindow; | 37 | class WellenreiterConfigWindow; |
38 | class MLogWindow; | 38 | class MLogWindow; |