summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/Makefile.am6
-rw-r--r--wizards/egroupwarewizard.cpp4
-rw-r--r--wizards/exchangewizard.cpp2
-rw-r--r--wizards/groupwisewizard.cpp4
-rw-r--r--wizards/sloxwizard.cpp4
5 files changed, 10 insertions, 10 deletions
diff --git a/wizards/Makefile.am b/wizards/Makefile.am
index 93cbeae6..e18eea38 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 80cab2c4..a2376204 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 de61328f..79e98268 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 71e89f49..52df469b 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 64659726..8486a74f 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"