summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/ablabel.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/ablabel.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/ablabel.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/pim/addressbook/ablabel.cpp b/core/pim/addressbook/ablabel.cpp
index 076e2e0..70a66a0 100644
--- a/core/pim/addressbook/ablabel.cpp
+++ b/core/pim/addressbook/ablabel.cpp
@@ -34,3 +34,3 @@ AbLabel::~AbLabel()
-void AbLabel::setContacts( const OContactAccess::List& viewList )
+void AbLabel::setContacts( const Opie::OPimContactAccess::List& viewList )
{
@@ -50,3 +50,3 @@ int AbLabel::currentEntry_UID()
{
- OContact contact = currentEntry();
+ Opie::OPimContact contact = currentEntry();
@@ -58,3 +58,3 @@ int AbLabel::currentEntry_UID()
-OContact AbLabel::currentEntry()
+Opie::OPimContact AbLabel::currentEntry()
{
@@ -63,3 +63,3 @@ OContact AbLabel::currentEntry()
else
- return OContact();
+ return Opie::OPimContact();
}
@@ -111,3 +111,3 @@ void AbLabel::keyPressEvent( QKeyEvent *e )
--m_itCurContact;
- if ( *m_itCurContact != OContact() )
+ if ( *m_itCurContact != Opie::OPimContact() )
sync();
@@ -120,3 +120,3 @@ void AbLabel::keyPressEvent( QKeyEvent *e )
qWarning( "DOWN..");
-// qWarning( "visible: %d, content: %d",visibleHeight(),contentsHeight());
+// qWarning( "visible: %d, content: %d",visibleHeight(),contentsHeight());
// qWarning( "value: %d; barMaxValue: %d", verticalScrollBar()->value()
@@ -128,3 +128,3 @@ void AbLabel::keyPressEvent( QKeyEvent *e )
++m_itCurContact;
- if ( *m_itCurContact != OContact() )
+ if ( *m_itCurContact != Opie::OPimContact() )
sync();