summaryrefslogtreecommitdiff
path: root/noncore/applets/networkapplet/networkapplet.h
Unidiff
Diffstat (limited to 'noncore/applets/networkapplet/networkapplet.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/networkapplet/networkapplet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/applets/networkapplet/networkapplet.h b/noncore/applets/networkapplet/networkapplet.h
index 7b5fa97..8022537 100644
--- a/noncore/applets/networkapplet/networkapplet.h
+++ b/noncore/applets/networkapplet/networkapplet.h
@@ -33,12 +33,13 @@
33 33
34#include <opie2/otaskbarapplet.h> 34#include <opie2/otaskbarapplet.h>
35#include <qframe.h> 35#include <qframe.h>
36#include <qstring.h> 36#include <qstring.h>
37#include <qtoolbutton.h> 37#include <qtoolbutton.h>
38#include <qlineedit.h> 38#include <qlineedit.h>
39#include <qpixmap.h>
39 40
40class ONetworkInterface; 41class ONetworkInterface;
41class QShowEvent; 42class QShowEvent;
42class QHideEvent; 43class QHideEvent;
43class QVBoxLayout; 44class QVBoxLayout;
44 45
@@ -103,10 +104,11 @@ class NetworkApplet : public OTaskbarApplet
103 protected: 104 protected:
104 virtual void paintEvent( QPaintEvent* ); 105 virtual void paintEvent( QPaintEvent* );
105 virtual void mousePressEvent( QMouseEvent* ); 106 virtual void mousePressEvent( QMouseEvent* );
106 107
107 private: 108 private:
108 NetworkAppletControl* _control; 109 NetworkAppletControl* _control;
110 QPixmap _pixmap;
109}; 111};
110 112
111#endif 113#endif
112 114