summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/applet/bluezapplet.h
authormickeyl <mickeyl>2005-08-29 21:27:26 (UTC)
committer mickeyl <mickeyl>2005-08-29 21:27:26 (UTC)
commit142e7e82efa6dd45884805c34fadec2160225e4b (patch) (unidiff)
tree6fcb324d0b3bc02f3a966119cee7780bbc4942b1 /noncore/net/opietooth/applet/bluezapplet.h
parent96298fa5b396be9309e9e45c86d55a5e7e1d8fc9 (diff)
downloadopie-142e7e82efa6dd45884805c34fadec2160225e4b.zip
opie-142e7e82efa6dd45884805c34fadec2160225e4b.tar.gz
opie-142e7e82efa6dd45884805c34fadec2160225e4b.tar.bz2
- paint discovery pixmap if applicable
- Resource -> OResource - fix off-by-one bug in paint()
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
@@ -57,13 +57,13 @@ public slots:
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