summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/applet/bluezapplet.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/applet/bluezapplet.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/applet/bluezapplet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/net/opietooth/applet/bluezapplet.h b/noncore/net/opietooth/applet/bluezapplet.h
index a394e38..3b99c0f 100644
--- a/noncore/net/opietooth/applet/bluezapplet.h
+++ b/noncore/net/opietooth/applet/bluezapplet.h
@@ -34,2 +34,3 @@
#include <qtimer.h>
+#include <manager.h>
@@ -48,2 +49,4 @@ namespace OpieTooth {
public slots:
+ void fillList( const QString& device, RemoteDevice::ValueList list );
+
private:
@@ -59,2 +62,3 @@ public slots:
Device* btDevice;
+ Manager *btManager;
QPixmap bluezOnPixmap;
@@ -66,2 +70,3 @@ public slots:
private slots:
+ void slotMessage( const QCString& , const QByteArray& );