summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/applet/bluezapplet.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/applet/bluezapplet.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/applet/bluezapplet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/applet/bluezapplet.h b/noncore/net/opietooth/applet/bluezapplet.h
index 3b99c0f..c096e29 100644
--- a/noncore/net/opietooth/applet/bluezapplet.h
+++ b/noncore/net/opietooth/applet/bluezapplet.h
@@ -39,41 +39,41 @@ namespace OpieTooth {
39 39
40 class BluezApplet : public QWidget { 40 class BluezApplet : public QWidget {
41 Q_OBJECT 41 Q_OBJECT
42 public: 42 public:
43 BluezApplet( QWidget *parent = 0, const char *name=0 ); 43 BluezApplet( QWidget *parent = 0, const char *name=0 );
44 ~BluezApplet(); 44 ~BluezApplet();
45 static int position(); 45 static int position();
46 protected: 46 protected:
47 void timerEvent(QTimerEvent *te ); 47 void timerEvent(QTimerEvent *te );
48 48
49public slots: 49public slots:
50 void fillList( const QString& device, RemoteDevice::ValueList list ); 50 void fillList( const QString& device, RemoteDevice::ValueList list );
51 51
52 private: 52 private:
53 void mousePressEvent( QMouseEvent * ); 53 void mousePressEvent( QMouseEvent * );
54 void paintEvent( QPaintEvent* ); 54 void paintEvent( QPaintEvent* );
55 void launchManager(); 55 void launchManager();
56 bool checkBluezStatus(); 56 bool checkBluezStatus();
57 int setBluezStatus(int); 57 int setBluezStatus(int);
58 int checkBluezDiscoveryStatus(); 58 int checkBluezDiscoveryStatus();
59 int setBluezDiscoveryStatus(int); 59 int setBluezDiscoveryStatus(int);
60 60
61 private: 61 private:
62 Device* btDevice; 62 Device* btDevice;
63 Manager *btManager; 63 Manager *btManager;
64 QPixmap bluezOnPixmap; 64 QPixmap bluezOnPixmap;
65 QPixmap bluezOffPixmap; 65 QPixmap bluezOffPixmap;
66 QPixmap bluezDiscoveryOnPixmap; 66 QPixmap bluezDiscoveryOnPixmap;
67 bool bluezactive; 67 bool bluezactive;
68 bool bluezDiscoveryActive; 68 bool bluezDiscoveryActive;
69 69
70private slots: 70private slots:
71 void slotMessage( const QCString& , const QByteArray& ); 71 void slotMessage( const QCString& , const QByteArray& );
72 72
73 73
74 }; 74 };
75}; 75};
76 76
77 77
78#endif 78#endif
79 79