From 8e6c9f9b93d5c95fe1a40689817e86d478a8c944 Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 23 Jun 2002 21:19:31 +0000 Subject: usual fault in connect .-( --- diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp index 910bb8c..af65f14 100644 --- a/noncore/net/opietooth/manager/bluebase.cpp +++ b/noncore/net/opietooth/manager/bluebase.cpp @@ -62,8 +62,8 @@ namespace OpieTooth { this, SLOT(startServiceActionHold( BTListItem *, const QPoint &, int) ) ); connect( localDevice , SIGNAL( foundServices( const QString& , Services::ValueList ) ), this, SLOT( addServicesToDevice( const QString& , Services::ValueList ) ) ); - connect( localDevice, SIGNAL( available( const QString& device, bool connected ) ), - this, SLOT( deviceActive( const QString& mac, bool connected ) ) ); + connect( localDevice, SIGNAL( available( const QString&, bool ) ), + this, SLOT( deviceActive( const QString& , bool ) ) ); //Load all icons needed -- cgit v0.9.0.2