From 9f7017a1a571991763ed53066b64988cefdff07b Mon Sep 17 00:00:00 2001 From: drw Date: Mon, 07 Feb 2005 20:38:20 +0000 Subject: Eliminate compiler warnings --- (limited to 'core/pim/addressbook/ablabel.cpp') diff --git a/core/pim/addressbook/ablabel.cpp b/core/pim/addressbook/ablabel.cpp index 6b8e4dd..139030d 100644 --- a/core/pim/addressbook/ablabel.cpp +++ b/core/pim/addressbook/ablabel.cpp @@ -68,7 +68,7 @@ Opie::OPimContact AbLabel::currentEntry() bool AbLabel::selectContact( int UID ) { - for ( int r = 0; r < m_viewList.count(); ++r ) { + for ( uint r = 0; r < m_viewList.count(); ++r ) { if ( m_viewList.uidAt( r ) == UID ){ m_itCurContact.setCurrent( r ); break; -- cgit v0.9.0.2