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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/opietooth/applet/bluezapplet.h b/noncore/net/opietooth/applet/bluezapplet.h
index da05a18..6a8a00e 100644
--- a/noncore/net/opietooth/applet/bluezapplet.h
+++ b/noncore/net/opietooth/applet/bluezapplet.h
@@ -50,7 +50,7 @@ public slots:
50 void mousePressEvent( QMouseEvent * ); 50 void mousePressEvent( QMouseEvent * );
51 void paintEvent( QPaintEvent* ); 51 void paintEvent( QPaintEvent* );
52 void launchManager(); 52 void launchManager();
53 int checkBluezStatus(); 53 bool checkBluezStatus();
54 int setBluezStatus(int); 54 int setBluezStatus(int);
55 int checkBluezDiscoveryStatus(); 55 int checkBluezDiscoveryStatus();
56 int setBluezDiscoveryStatus(int); 56 int setBluezDiscoveryStatus(int);
@@ -61,7 +61,7 @@ public slots:
61 QPixmap bluezOnPixmap; 61 QPixmap bluezOnPixmap;
62 QPixmap bluezOffPixmap; 62 QPixmap bluezOffPixmap;
63 QPixmap bluezDiscoveryOnPixmap; 63 QPixmap bluezDiscoveryOnPixmap;
64 int bluezactive; 64 bool bluezactive;
65 int bluezDiscoveryActive; 65 int bluezDiscoveryActive;
66 66
67private slots: 67private slots: