From c6a40717d8212170a7e522a544d9046ebabb102e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 20 Feb 2013 16:17:47 -0600 Subject: Rename KABC namespace --- tests/importaddresses.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/importaddresses.cc') diff --git a/tests/importaddresses.cc b/tests/importaddresses.cc index 82ab5ae..681aa0d 100644 --- a/tests/importaddresses.cc +++ b/tests/importaddresses.cc @@ -83,8 +83,8 @@ int main(int argc, char **argv) return 1; } - KABC::ResourceFile *file = new KABC::ResourceFile( addressfile ); - KABC::AddressBook book; + TDEABC::ResourceFile *file = new TDEABC::ResourceFile( addressfile ); + TDEABC::AddressBook book; book.addResource( file ); if (!book.load()) { @@ -104,10 +104,10 @@ int main(int argc, char **argv) kdDebug() << "# Printing address book." << endl; unsigned int count = 1; - KABC::AddressBook::ConstIterator it = book.begin(); + TDEABC::AddressBook::ConstIterator it = book.begin(); while (it != book.end()) { - const KABC::Addressee &a = *it; + const TDEABC::Addressee &a = *it; kdDebug() << "# Entry #" << count << endl; kdDebug() << "# " << a.name() << endl; kdDebug() << "# " << a.formattedName() << endl; -- cgit v1.2.1