diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 01:10:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 01:10:50 -0600 |
commit | a8f3e727ae4e7c39788e58ed9bc1733d8de11897 (patch) | |
tree | 58982733ff19b22da4edeb2297f1ba1c365a009b /wizards | |
parent | 914b878361b3e822fdd3088ee1e4c4757e8bc00f (diff) | |
download | tdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.tar.gz tdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.zip |
Fix build system references to kabc
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/Makefile.am | 6 | ||||
-rw-r--r-- | wizards/egroupwarewizard.cpp | 4 | ||||
-rw-r--r-- | wizards/exchangewizard.cpp | 2 | ||||
-rw-r--r-- | wizards/groupwisewizard.cpp | 4 | ||||
-rw-r--r-- | wizards/sloxwizard.cpp | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/wizards/Makefile.am b/wizards/Makefile.am index 93cbeae69..e18eea38e 100644 --- a/wizards/Makefile.am +++ b/wizards/Makefile.am @@ -75,7 +75,7 @@ libgroupwisewizard_la_LIBADD = $(top_builddir)/tderesources/groupwise/libkcal_gr $(top_builddir)/tderesources/groupwise/libkabc_groupwise.la \ $(top_builddir)/libtdepim/libtdepim.la \ $(top_builddir)/libkpimidentities/libkpimidentities.la -libgroupwisewizard_la_COMPILE_FIRST = $(top_builddir)/tderesources/groupwise/kabc_groupwiseprefs.h \ +libgroupwisewizard_la_COMPILE_FIRST = $(top_builddir)/tderesources/groupwise/tdeabc_groupwiseprefs.h \ $(top_builddir)/tderesources/groupwise/kcal_groupwiseprefsbase.h @@ -117,8 +117,8 @@ kde_kcfg_DATA = egroupware.kcfg slox.kcfg kolab.kcfg groupwise.kcfg scalix.kcfg messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/tdepimwizards.pot -egroupwarewizard.lo: ../tderesources/egroupware/kabc_egroupwareprefs.h ../tderesources/egroupware/kcal_egroupwareprefs.h ../tderesources/egroupware/knotes_egroupwareprefs.h +egroupwarewizard.lo: ../tderesources/egroupware/tdeabc_egroupwareprefs.h ../tderesources/egroupware/kcal_egroupwareprefs.h ../tderesources/egroupware/knotes_egroupwareprefs.h exchangewizard.lo: ../tderesources/lib/tderesources_groupwareprefs.h -sloxwizard.lo: ../tderesources/slox/kabcsloxprefs.h ../tderesources/slox/kcalsloxprefs.h +sloxwizard.lo: ../tderesources/slox/tdeabcsloxprefs.h ../tderesources/slox/kcalsloxprefs.h xdg_apps_DATA = groupwarewizard.desktop diff --git a/wizards/egroupwarewizard.cpp b/wizards/egroupwarewizard.cpp index 80cab2c49..a23762049 100644 --- a/wizards/egroupwarewizard.cpp +++ b/wizards/egroupwarewizard.cpp @@ -21,8 +21,8 @@ #include "egroupwarewizard.h" #include "egroupwareconfig.h" -#include "tderesources/egroupware/kabc_egroupwareprefs.h" -#include "tderesources/egroupware/kabc_resourcexmlrpc.h" +#include "tderesources/egroupware/tdeabc_egroupwareprefs.h" +#include "tderesources/egroupware/tdeabc_resourcexmlrpc.h" #include "tderesources/egroupware/kcal_egroupwareprefs.h" #include "tderesources/egroupware/kcal_resourcexmlrpc.h" #include "tderesources/egroupware/knotes_egroupwareprefs.h" diff --git a/wizards/exchangewizard.cpp b/wizards/exchangewizard.cpp index de61328fb..79e982682 100644 --- a/wizards/exchangewizard.cpp +++ b/wizards/exchangewizard.cpp @@ -20,7 +20,7 @@ #include "exchangewizard.h" -#include "tderesources/newexchange/kabc_resourceexchange.h" +#include "tderesources/newexchange/tdeabc_resourceexchange.h" #include "tderesources/newexchange/kcal_resourceexchange.h" #include "tderesources/lib/folderconfig.h" diff --git a/wizards/groupwisewizard.cpp b/wizards/groupwisewizard.cpp index 71e89f49c..52df469b4 100644 --- a/wizards/groupwisewizard.cpp +++ b/wizards/groupwisewizard.cpp @@ -23,8 +23,8 @@ #include "groupwiseconfig.h" #include "kmailchanges.h" -#include "tderesources/groupwise/kabc_groupwiseprefs.h" -#include "tderesources/groupwise/kabc_resourcegroupwise.h" +#include "tderesources/groupwise/tdeabc_groupwiseprefs.h" +#include "tderesources/groupwise/tdeabc_resourcegroupwise.h" #include "tderesources/groupwise/kcal_groupwiseprefsbase.h" #include "tderesources/groupwise/kcal_resourcegroupwise.h" diff --git a/wizards/sloxwizard.cpp b/wizards/sloxwizard.cpp index 646597269..8486a74fc 100644 --- a/wizards/sloxwizard.cpp +++ b/wizards/sloxwizard.cpp @@ -21,8 +21,8 @@ #include "sloxwizard.h" #include "sloxconfig.h" -#include "tderesources/slox/kabcsloxprefs.h" -#include "tderesources/slox/kabcresourceslox.h" +#include "tderesources/slox/tdeabcsloxprefs.h" +#include "tderesources/slox/tdeabcresourceslox.h" #include "tderesources/slox/kcalsloxprefs.h" #include "tderesources/slox/kcalresourceslox.h" |