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/newexchange/tdeabc_resourceexchange.cpp | |
parent | 10251f9a2a51f37c2a42833c1d05cd5a8fdf6bb5 (diff) | |
download | tdepim-513d0163e99d4447deb274b9f0799bb390f26cfc.tar.gz tdepim-513d0163e99d4447deb274b9f0799bb390f26cfc.zip |
Fix FTBFS
Diffstat (limited to 'tderesources/newexchange/tdeabc_resourceexchange.cpp')
-rw-r--r-- | tderesources/newexchange/tdeabc_resourceexchange.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/newexchange/tdeabc_resourceexchange.cpp b/tderesources/newexchange/tdeabc_resourceexchange.cpp index bd60cd2fc..63f46f503 100644 --- a/tderesources/newexchange/tdeabc_resourceexchange.cpp +++ b/tderesources/newexchange/tdeabc_resourceexchange.cpp @@ -21,7 +21,7 @@ #include "exchangeaddressbookadaptor.h" -#include "kabc_resourceexchange.h" +#include "tdeabc_resourceexchange.h" #include "groupwaredownloadjob.h" #include "groupwareuploadjob.h" #include "tderesources_groupwareprefs.h" @@ -51,4 +51,4 @@ void ResourceExchange::init() ResourceGroupwareBase::init(); } -#include "kabc_resourceexchange.moc" +#include "tdeabc_resourceexchange.moc" |