diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-25 14:57:41 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-25 14:57:41 -0600 |
| commit | 50aecf2cb30123665d715b0872f8680cbfb464e9 (patch) | |
| tree | 5f292e4a1070d8d1be8a0dbd1a58d8064509fdd9 /tests | |
| parent | 62671c6d01246ce359024470cfde37b0547dacc9 (diff) | |
| download | kpilot-50aecf2cb30123665d715b0872f8680cbfb464e9.tar.gz kpilot-50aecf2cb30123665d715b0872f8680cbfb464e9.zip | |
Fix FTBFS
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 681aa0d..7900423 100644 --- a/tests/importaddresses.cc +++ b/tests/importaddresses.cc @@ -100,7 +100,7 @@ int main(int argc, char **argv) info.resetToDefault(); info.writeTo(&db); - KABCSync::Settings settings; + TDEABCSync::Settings settings; kdDebug() << "# Printing address book." << endl; unsigned int count = 1; @@ -112,7 +112,7 @@ int main(int argc, char **argv) kdDebug() << "# " << a.name() << endl; kdDebug() << "# " << a.formattedName() << endl; PilotAddress *p = new PilotAddress(); - KABCSync::copy(*p,a,info,settings); + TDEABCSync::copy(*p,a,info,settings); PilotRecord *r = p->pack(); if (r) { |
