summaryrefslogtreecommitdiff
path: root/noncore/applets/wirelessapplet/wireless.cpp
Side-by-side diff
Diffstat (limited to 'noncore/applets/wirelessapplet/wireless.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/applets/wirelessapplet/wireless.cpp55
1 files changed, 34 insertions, 21 deletions
diff --git a/noncore/applets/wirelessapplet/wireless.cpp b/noncore/applets/wirelessapplet/wireless.cpp
index 763aab8..cbaf5d6 100644
--- a/noncore/applets/wirelessapplet/wireless.cpp
+++ b/noncore/applets/wirelessapplet/wireless.cpp
@@ -1,5 +1,3 @@
/**********************************************************************
-** Copyright (C) 2002 Michael 'Mickey' Lauer
-** <mickey@tm.informatik.uni-frankfurt.de>
-** http://www.Vanille.de
+** Copyright (C) 2002-2004 Michael 'Mickey' Lauer <mickey@vanille.de>
**
@@ -16,4 +14,15 @@
#include "wireless.h"
+#include "networkinfo.h"
+#include "mgraph.h"
+#include "advancedconfig.h"
+#include "connect0.xpm"
+#include "connect1.xpm"
+#include "connect2.xpm"
+#include "connect3.xpm"
+#include "connect4.xpm"
+#include "connect5.xpm"
+#include "nowireless.xpm"
-#include <qapplication.h>
+/* OPIE */
+#include <opie2/otaskbarapplet.h>
#include <qpe/qpeapplication.h>
@@ -21,2 +30,3 @@
+/* QT */
#include <qpoint.h>
@@ -35,2 +45,3 @@
+/* STD */
#include <sys/types.h>
@@ -38,15 +49,2 @@
-#include "networkinfo.h"
-#include "mgraph.h"
-
-#include "advancedconfig.h"
-
-#include "connect0.xpm"
-#include "connect1.xpm"
-#include "connect2.xpm"
-#include "connect3.xpm"
-#include "connect4.xpm"
-#include "connect5.xpm"
-#include "nowireless.xpm"
-
#define STYLE_BARS 0
@@ -228,2 +226,3 @@ void WirelessApplet::checkInterface()
#endif
+
}
@@ -316,4 +315,3 @@ void WirelessApplet::displayStyleChange( int style )
WirelessApplet::~WirelessApplet()
-{
-}
+{}
@@ -331,3 +329,4 @@ void WirelessApplet::timerEvent( QTimerEvent* )
return;
- } else
+ }
+ else
if ( mustRepaint() )
@@ -340,3 +339,4 @@ void WirelessApplet::timerEvent( QTimerEvent* )
updatePopupWindow();
- } else checkInterface();
+ }
+ else checkInterface();
}
@@ -539 +539,14 @@ void WirelessApplet::paintEvent( QPaintEvent* )
}
+
+
+int WirelessApplet::position()
+{
+ return 6;
+}
+
+
+Q_EXPORT_INTERFACE()
+{
+ Q_CREATE_INSTANCE( OTaskbarAppletWrapper<WirelessApplet> );
+}
+