diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
commit | b363d2579af0a11b77e698aed2e1021c2233b644 (patch) | |
tree | f4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /wizards/egroupwarewizard.cpp | |
parent | 61bddfe3a7226b18c68a76124b727c736f431688 (diff) | |
download | tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.tar.gz tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'wizards/egroupwarewizard.cpp')
-rw-r--r-- | wizards/egroupwarewizard.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/wizards/egroupwarewizard.cpp b/wizards/egroupwarewizard.cpp index d644d0e4b..843a20596 100644 --- a/wizards/egroupwarewizard.cpp +++ b/wizards/egroupwarewizard.cpp @@ -21,12 +21,12 @@ #include "egroupwarewizard.h" #include "egroupwareconfig.h" -#include "kresources/egroupware/kabc_egroupwareprefs.h" -#include "kresources/egroupware/kabc_resourcexmlrpc.h" -#include "kresources/egroupware/kcal_egroupwareprefs.h" -#include "kresources/egroupware/kcal_resourcexmlrpc.h" -#include "kresources/egroupware/knotes_egroupwareprefs.h" -#include "kresources/egroupware/knotes_resourcexmlrpc.h" +#include "tderesources/egroupware/kabc_egroupwareprefs.h" +#include "tderesources/egroupware/kabc_resourcexmlrpc.h" +#include "tderesources/egroupware/kcal_egroupwareprefs.h" +#include "tderesources/egroupware/kcal_resourcexmlrpc.h" +#include "tderesources/egroupware/knotes_egroupwareprefs.h" +#include "tderesources/egroupware/knotes_resourcexmlrpc.h" #include <libkcal/resourcecalendar.h> |