diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 02:31:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 02:31:40 -0600 |
commit | 513d0163e99d4447deb274b9f0799bb390f26cfc (patch) | |
tree | 7686847bc46ef657e8d278a4a342e21d0a1edb80 /tderesources/egroupware/tdeabc_resourcexmlrpc.cpp | |
parent | 10251f9a2a51f37c2a42833c1d05cd5a8fdf6bb5 (diff) | |
download | tdepim-513d0163e99d4447deb274b9f0799bb390f26cfc.tar.gz tdepim-513d0163e99d4447deb274b9f0799bb390f26cfc.zip |
Fix FTBFS
Diffstat (limited to 'tderesources/egroupware/tdeabc_resourcexmlrpc.cpp')
-rw-r--r-- | tderesources/egroupware/tdeabc_resourcexmlrpc.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/egroupware/tdeabc_resourcexmlrpc.cpp b/tderesources/egroupware/tdeabc_resourcexmlrpc.cpp index 587ebc84d..7c5911d87 100644 --- a/tderesources/egroupware/tdeabc_resourcexmlrpc.cpp +++ b/tderesources/egroupware/tdeabc_resourcexmlrpc.cpp @@ -31,9 +31,9 @@ #include <libkcal/freebusyurlstore.h> #include <libtdepim/kpimprefs.h> -#include "kabc_egroupwareprefs.h" -#include "kabc_resourcexmlrpc.h" -#include "kabc_resourcexmlrpcconfig.h" +#include "tdeabc_egroupwareprefs.h" +#include "tdeabc_resourcexmlrpc.h" +#include "tdeabc_resourcexmlrpcconfig.h" #include "access.h" #include "synchronizer.h" @@ -771,4 +771,4 @@ void ResourceXMLRPC::loadCustomFieldsFinished( const TQValueList<TQVariant> &map mCustomFieldsMap.insert( it.key(), it.data().toString() ); } -#include "kabc_resourcexmlrpc.moc" +#include "tdeabc_resourcexmlrpc.moc" |