From 5c098847f0fd716c4fe697e5eb314111a4ae5df1 Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 16 Jun 2002 20:21:06 +0000 Subject: remoteDevice not removeDevices --- (limited to 'noncore/net/opietooth/lib/manager.h') diff --git a/noncore/net/opietooth/lib/manager.h b/noncore/net/opietooth/lib/manager.h index 95e4306..aba70f7 100644 --- a/noncore/net/opietooth/lib/manager.h +++ b/noncore/net/opietooth/lib/manager.h @@ -98,7 +98,7 @@ Q_OBJECT /** * search for services on a remote device */ - void searchServices( const RemoteDevices& ); + void searchServices( const RemoteDevice& ); /*static*/ QString toDevice( const QString& mac ); /*static*/ QString toMac( const QString &device ); @@ -109,7 +109,7 @@ Q_OBJECT void addedService( const QString& service, bool added ); void removedService( const QString& service, bool removed ); void foundServices( const QString& device, Services::ValueList ); - void foundDevices( const QString& device, RemoteDevices::ValueList ); + void foundDevices( const QString& device, RemoteDevice::ValueList ); private slots: void slotProcessExited(OProcess* ); @@ -119,7 +119,7 @@ private slots: void slotHCIOut(OProcess*, char*, int ); private: Services::ValueList parseSDPOutput( const QString& ); - RemoteDevices::ValueList parseHCIOutput( const QString& ); + RemoteDevice::ValueList parseHCIOutput( const QString& ); OProcess *m_hcitool; OProcess *m_sdp; // not only one QString m_device; -- cgit v0.9.0.2