summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/applet/bluezapplet.h
authorharlekin <harlekin>2002-06-16 15:24:00 (UTC)
committer harlekin <harlekin>2002-06-16 15:24:00 (UTC)
commitdf2185572894877d0b4c524227b204b9f1a2341b (patch) (side-by-side diff)
tree1da3398299a56d8995be9ca3441abb0d666aeb3e /noncore/net/opietooth/applet/bluezapplet.h
parent0704b913f5da703218f66ddc18a4c6b280577d97 (diff)
downloadopie-df2185572894877d0b4c524227b204b9f1a2341b.zip
opie-df2185572894877d0b4c524227b204b9f1a2341b.tar.gz
opie-df2185572894877d0b4c524227b204b9f1a2341b.tar.bz2
update
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:
void mousePressEvent( QMouseEvent * );
void paintEvent( QPaintEvent* );
void launchManager();
- int checkBluezStatus();
+ bool checkBluezStatus();
int setBluezStatus(int);
int checkBluezDiscoveryStatus();
int setBluezDiscoveryStatus(int);
@@ -61,7 +61,7 @@ public slots:
QPixmap bluezOnPixmap;
QPixmap bluezOffPixmap;
QPixmap bluezDiscoveryOnPixmap;
- int bluezactive;
+ bool bluezactive;
int bluezDiscoveryActive;
private slots: