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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h
index dcb7681..d20d05c 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -67,8 +67,8 @@ namespace OpieTooth {
- private slots:
+ public slots:
void addSearchedDevices( QList<RemoteDevice> &newDevices );
- void addServicesToDevice( QListViewItem * item );
+ void addServicesToDevice( QListViewItem *item );
void addServicesToDevice( const QString& device, Services::ValueList );
- void startServiceActionClicked( QListViewItem * item );
- void startServiceActionHold( QListViewItem * item, const QPoint & point, int column);
+ void startServiceActionClicked( QListViewItem *item );
+ void startServiceActionHold( QListViewItem *item, const QPoint &point, int column);
void applyConfigChanges();