diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 02:31:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 02:31:40 -0600 |
commit | 513d0163e99d4447deb274b9f0799bb390f26cfc (patch) | |
tree | 7686847bc46ef657e8d278a4a342e21d0a1edb80 /tderesources/newexchange/tdeabc_resourceexchange_plugin.cpp | |
parent | 10251f9a2a51f37c2a42833c1d05cd5a8fdf6bb5 (diff) | |
download | tdepim-513d0163e99d4447deb274b9f0799bb390f26cfc.tar.gz tdepim-513d0163e99d4447deb274b9f0799bb390f26cfc.zip |
Fix FTBFS
Diffstat (limited to 'tderesources/newexchange/tdeabc_resourceexchange_plugin.cpp')
-rw-r--r-- | tderesources/newexchange/tdeabc_resourceexchange_plugin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/newexchange/tdeabc_resourceexchange_plugin.cpp b/tderesources/newexchange/tdeabc_resourceexchange_plugin.cpp index adc0b6859..4f081a311 100644 --- a/tderesources/newexchange/tdeabc_resourceexchange_plugin.cpp +++ b/tderesources/newexchange/tdeabc_resourceexchange_plugin.cpp @@ -18,10 +18,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "kabc_resourceexchange.h" -#include "kabc_resourcegroupwarebaseconfig.h" +#include "tdeabc_resourceexchange.h" +#include "tdeabc_resourcegroupwarebaseconfig.h" using namespace KABC; typedef KRES::PluginFactory<ResourceExchange,ResourceGroupwareBaseConfig> ExchangeFactory; -K_EXPORT_COMPONENT_FACTORY( kabc_newexchange, ExchangeFactory ) +K_EXPORT_COMPONENT_FACTORY( tdeabc_newexchange, ExchangeFactory ) |