diff options
author | Timothy Pearson <[email protected]> | 2013-02-16 01:03:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-16 01:03:19 -0600 |
commit | 88c594f485873437c82888b4141cb0d4b452fe5e (patch) | |
tree | 6955531349bd50972700b4ee339764e632d063b0 /tests | |
parent | 51cb17939cc986de61b7cce799076ee6ddcbf3b2 (diff) | |
download | kpilot-88c594f485873437c82888b4141cb0d4b452fe5e.tar.gz kpilot-88c594f485873437c82888b4141cb0d4b452fe5e.zip |
Fix build system references to kabc
Diffstat (limited to 'tests')
-rw-r--r-- | tests/importaddresses.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/importaddresses.cc b/tests/importaddresses.cc index 7e21c77..82ab5ae 100644 --- a/tests/importaddresses.cc +++ b/tests/importaddresses.cc @@ -40,8 +40,8 @@ #include "pilot.h" #include "pilotLocalDatabase.h" #include "pilotAddress.h" -#include "../conduits/abbrowserconduit/kabcRecord.h" -#include "../conduits/abbrowserconduit/kabcRecord.cc" +#include "../conduits/abbrowserconduit/tdeabcRecord.h" +#include "../conduits/abbrowserconduit/tdeabcRecord.cc" static const TDECmdLineOptions options[] = { |