summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h
index 48883d2..0128a88 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -18,4 +18,5 @@
#include "bticonloader.h"
+#include "forwarder.h"
#include <remotedevice.h>
@@ -80,4 +81,5 @@ namespace OpieTooth {
BTIconLoader *m_iconLoader;
+ SerialForwarder* forwarder;
private slots:
@@ -92,4 +94,6 @@ namespace OpieTooth {
void deviceActive( const QString& mac, bool connected );
void applyConfigChanges();
+ void doForward();
+ void forwardExit(Opie::Core::OProcess* proc);
void addSignalStrength();
void addSignalStrength( const QString& mac, const QString& strengh );