-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 @@ -17,26 +17,24 @@ /* OPIE */ #include <opie2/opcap.h> /* QT */ #include <qtextview.h> #include <qspinbox.h> #include <qlabel.h> #include <qlayout.h> #include <qlist.h> using namespace Opie::Net; -using namespace Opie::Net; -using namespace Opie::Net; PacketView::PacketView( QWidget * parent, const char * name, WFlags f ) :QFrame( parent, name, f ) { _number = new QSpinBox( this ); _number->setPrefix( "Packet # " ); _label = new QLabel( this ); _label->setText( "eth0 2004/03/08 - 00:00:21" ); _list = new QLabel( this ); _hex = new QTextView( this ); QVBoxLayout* vb = new QVBoxLayout( this, 2, 2 ); QHBoxLayout* hb = new QHBoxLayout( vb, 2 ); 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 @@ -14,25 +14,25 @@ **********************************************************************/ #ifndef PACKETVIEW_H #define PACKETVIEW_H #include <qlist.h> #include <qframe.h> class QString; class QSpinBox; class QLabel; class QTextView; -namespace Opie {namespace Net {class Opie::Net::OPacket;}} +namespace Opie {namespace Net {class OPacket;}} class PacketView: public QFrame { public: PacketView( QWidget * parent = 0, const char * name = "PacketView", WFlags f = 0 ); void add( Opie::Net::OPacket* p ); const QString getLog() const; void clear(); protected: 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 @@ -10,25 +10,25 @@ ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** **********************************************************************/ #ifndef STATWINDOW_H #define STATWINDOW_H #include <qvbox.h> class QString; -namespace Opie {namespace Ui {class Opie::Ui::OListView;}} +namespace Opie {namespace Ui {class OListView;}} class MStatWindow: public QVBox { Q_OBJECT public: MStatWindow( QWidget * parent = 0, const char * name = "MStatWindow", WFlags f = 0 ); void log( QString text ); const QString getLog() const; void clear(); 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 @@ -13,35 +13,35 @@ #ifndef WELLENREITER_H #define WELLENREITER_H #include "wellenreiterbase.h" #ifdef QWS #include <opie2/odevice.h> #endif class QTimerEvent; class QPixmap; -namespace Opie {namespace Net {class Opie::Net::OPacket;}} -namespace Opie {namespace Net {class Opie::Net::OWaveLanManagementPacket;}} -namespace Opie {namespace Net {class Opie::Net::OWaveLanControlPacket;}} -namespace Opie {namespace Net {class Opie::Net::OWaveLanDataPacket;}} -namespace Opie {namespace Net {class Opie::Net::OEthernetPacket;}} -namespace Opie {namespace Net {class Opie::Net::OARPPacket;}} -namespace Opie {namespace Net {class Opie::Net::OMacAddress;}} -namespace Opie {namespace Net {class Opie::Net::OIPPacket;}} -namespace Opie {namespace Net {class Opie::Net::OPacket;}} -namespace Opie {namespace Net {class Opie::Net::OWirelessNetworkInterface;}} -namespace Opie {namespace Net {class Opie::Net::OPacketCapturer;}} +namespace Opie {namespace Net {class OPacket;}} +namespace Opie {namespace Net {class OWaveLanManagementPacket;}} +namespace Opie {namespace Net {class OWaveLanControlPacket;}} +namespace Opie {namespace Net {class OWaveLanDataPacket;}} +namespace Opie {namespace Net {class OEthernetPacket;}} +namespace Opie {namespace Net {class OARPPacket;}} +namespace Opie {namespace Net {class OMacAddress;}} +namespace Opie {namespace Net {class OIPPacket;}} +namespace Opie {namespace Net {class OPacket;}} +namespace Opie {namespace Net {class OWirelessNetworkInterface;}} +namespace Opie {namespace Net {class OPacketCapturer;}} class PacketView; class WellenreiterConfigWindow; class MLogWindow; class GPS; class Wellenreiter : public WellenreiterBase { Q_OBJECT public: Wellenreiter( QWidget* parent = 0 ); ~Wellenreiter(); |