summaryrefslogtreecommitdiff
path: root/noncore/applets/wirelessapplet/wireless.h
Unidiff
Diffstat (limited to 'noncore/applets/wirelessapplet/wireless.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/applets/wirelessapplet/wireless.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/applets/wirelessapplet/wireless.h b/noncore/applets/wirelessapplet/wireless.h
index 51a3fab..644be26 100644
--- a/noncore/applets/wirelessapplet/wireless.h
+++ b/noncore/applets/wirelessapplet/wireless.h
@@ -56,24 +56,25 @@ private:
56 bool rocESSID; 56 bool rocESSID;
57 bool rocFREQ; 57 bool rocFREQ;
58 bool rocAP; 58 bool rocAP;
59 bool rocMODE; 59 bool rocMODE;
60}; 60};
61 61
62class WirelessApplet : public QWidget 62class WirelessApplet : public QWidget
63{ 63{
64 Q_OBJECT 64 Q_OBJECT
65public: 65public:
66 WirelessApplet( QWidget *parent = 0, const char *name=0 ); 66 WirelessApplet( QWidget *parent = 0, const char *name=0 );
67 ~WirelessApplet(); 67 ~WirelessApplet();
68 static int position();
68 WirelessControl* status; 69 WirelessControl* status;
69 70
70 virtual void timerEvent( QTimerEvent* ); 71 virtual void timerEvent( QTimerEvent* );
71 void updateDelayChange( int delay ); 72 void updateDelayChange( int delay );
72 void displayStyleChange( int style ); 73 void displayStyleChange( int style );
73 74
74 void updateDHCPConfig( bool, bool, bool, bool ); 75 void updateDHCPConfig( bool, bool, bool, bool );
75 76
76private: 77private:
77 void mousePressEvent( QMouseEvent * ); 78 void mousePressEvent( QMouseEvent * );
78 void paintEvent( QPaintEvent* ); 79 void paintEvent( QPaintEvent* );
79 void checkInterface(); 80 void checkInterface();