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/groupware/tdeabc_resourcegroupware.cpp | |
parent | 10251f9a2a51f37c2a42833c1d05cd5a8fdf6bb5 (diff) | |
download | tdepim-513d0163e99d4447deb274b9f0799bb390f26cfc.tar.gz tdepim-513d0163e99d4447deb274b9f0799bb390f26cfc.zip |
Fix FTBFS
Diffstat (limited to 'tderesources/groupware/tdeabc_resourcegroupware.cpp')
-rw-r--r-- | tderesources/groupware/tdeabc_resourcegroupware.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/groupware/tdeabc_resourcegroupware.cpp b/tderesources/groupware/tdeabc_resourcegroupware.cpp index e2503b83d..c46c09371 100644 --- a/tderesources/groupware/tdeabc_resourcegroupware.cpp +++ b/tderesources/groupware/tdeabc_resourcegroupware.cpp @@ -28,9 +28,9 @@ #include <libtdepim/groupwarejob.h> -#include "kabc_groupwareprefs.h" +#include "tdeabc_groupwareprefs.h" -#include "kabc_resourcegroupware.h" +#include "tdeabc_resourcegroupware.h" using namespace KABC; @@ -362,4 +362,4 @@ void ResourceGroupware::cancelLoad() mProgress = 0; } -#include "kabc_resourcegroupware.moc" +#include "tdeabc_resourcegroupware.moc" |