summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.cpp
authorzecke <zecke>2002-07-08 18:56:49 (UTC)
committer zecke <zecke>2002-07-08 18:56:49 (UTC)
commite00668875d989edba269732cffe4e3ea8da4aa77 (patch) (unidiff)
tree4e5d85264c3e1f72283b6c10c339e3e3358bf33e /noncore/net/opietooth/manager/bluebase.cpp
parent7d82c654e6a1df83f70b2d81aa05a1175799b66b (diff)
downloadopie-e00668875d989edba269732cffe4e3ea8da4aa77.zip
opie-e00668875d989edba269732cffe4e3ea8da4aa77.tar.gz
opie-e00668875d989edba269732cffe4e3ea8da4aa77.tar.bz2
Fix slot name
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp
index 8ddc161..c29eb1a 100644
--- a/noncore/net/opietooth/manager/bluebase.cpp
+++ b/noncore/net/opietooth/manager/bluebase.cpp
@@ -244,7 +244,7 @@ using namespace OpieTooth;
244 * Add fresh found devices from scan dialog to the listing 244 * Add fresh found devices from scan dialog to the listing
245 * 245 *
246 */ 246 */
247 void BlueBase::addSearchedDevices( const QValueList<RemoteDevice> &newDevices ) { 247 void BlueBase::addSearchedDevices( QValueList<RemoteDevice> &newDevices ) {
248 BTListItem * deviceItem; 248 BTListItem * deviceItem;
249 QValueList<RemoteDevice>::ConstIterator it; 249 QValueList<RemoteDevice>::ConstIterator it;
250 250