summaryrefslogtreecommitdiff
path: root/noncore/applets/networkapplet/networkapplet.h
Side-by-side diff
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 @@
#include <opie2/otaskbarapplet.h>
#include <qframe.h>
#include <qstring.h>
#include <qtoolbutton.h>
#include <qlineedit.h>
+#include <qpixmap.h>
class ONetworkInterface;
class QShowEvent;
class QHideEvent;
class QVBoxLayout;
@@ -103,10 +104,11 @@ class NetworkApplet : public OTaskbarApplet
protected:
virtual void paintEvent( QPaintEvent* );
virtual void mousePressEvent( QMouseEvent* );
private:
NetworkAppletControl* _control;
+ QPixmap _pixmap;
};
#endif