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/remotedevice.h') diff --git a/noncore/net/opietooth/lib/remotedevice.h b/noncore/net/opietooth/lib/remotedevice.h index 96a27de..23f98bd 100644 --- a/noncore/net/opietooth/lib/remotedevice.h +++ b/noncore/net/opietooth/lib/remotedevice.h @@ -5,15 +5,15 @@ #include namespace OpieTooth{ - class RemoteDevices { + class RemoteDevice { public: - typedef QValueList ValueList; - RemoteDevices(); - RemoteDevices(const RemoteDevices& ); - RemoteDevices(const QString &mac, const QString &name ); - ~RemoteDevices(); - friend bool operator==(const RemoteDevices&, const RemoteDevices&); - RemoteDevices &operator=(const RemoteDevices& ); + typedef QValueList ValueList; + RemoteDevice(); + RemoteDevice(const RemoteDevice& ); + RemoteDevice(const QString &mac, const QString &name ); + ~RemoteDevice(); + friend bool operator==(const RemoteDevice&, const RemoteDevice&); + RemoteDevice &operator=(const RemoteDevice& ); bool isEmpty()const; QString mac()const; void setMac(const QString& mac ); -- cgit v0.9.0.2