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.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 @@
34#include <qtimer.h> 34#include <qtimer.h>
35#include <manager.h>
35 36
@@ -48,2 +49,4 @@ namespace OpieTooth {
48public slots: 49public slots:
50 void fillList( const QString& device, RemoteDevice::ValueList list );
51
49 private: 52 private:
@@ -59,2 +62,3 @@ public slots:
59 Device* btDevice; 62 Device* btDevice;
63 Manager *btManager;
60 QPixmap bluezOnPixmap; 64 QPixmap bluezOnPixmap;
@@ -66,2 +70,3 @@ public slots:
66private slots: 70private slots:
71 void slotMessage( const QCString& , const QByteArray& );
67 72