summaryrefslogtreecommitdiffstats
path: root/kaddressbook/common
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/common')
-rw-r--r--kaddressbook/common/filter.h2
-rw-r--r--kaddressbook/common/kabprefs.cpp2
-rw-r--r--kaddressbook/common/locationmap.cpp6
-rw-r--r--kaddressbook/common/locationmap.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/kaddressbook/common/filter.h b/kaddressbook/common/filter.h
index 68df1036..004da642 100644
--- a/kaddressbook/common/filter.h
+++ b/kaddressbook/common/filter.h
@@ -28,7 +28,7 @@
#include <tqstringlist.h>
#include <tqvaluelist.h>
-#include <kabc/addressee.h>
+#include <tdeabc/addressee.h>
#include <tdeconfig.h>
/**
diff --git a/kaddressbook/common/kabprefs.cpp b/kaddressbook/common/kabprefs.cpp
index 1f9e2410..c4edf5d4 100644
--- a/kaddressbook/common/kabprefs.cpp
+++ b/kaddressbook/common/kabprefs.cpp
@@ -22,7 +22,7 @@
*/
#include <tdeconfig.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstaticdeleter.h>
#include "kabprefs.h"
diff --git a/kaddressbook/common/locationmap.cpp b/kaddressbook/common/locationmap.cpp
index ee6bbebe..d4c5cb2d 100644
--- a/kaddressbook/common/locationmap.cpp
+++ b/kaddressbook/common/locationmap.cpp
@@ -24,9 +24,9 @@
#include <tdeapplication.h>
#include <tdeconfig.h>
#include <tdeversion.h>
-#include <kglobal.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdeglobal.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
#include <kstaticdeleter.h>
#include <kurl.h>
diff --git a/kaddressbook/common/locationmap.h b/kaddressbook/common/locationmap.h
index 502aa01f..a5a53426 100644
--- a/kaddressbook/common/locationmap.h
+++ b/kaddressbook/common/locationmap.h
@@ -24,7 +24,7 @@
#ifndef LOCATIONMAP_H
#define LOCATIONMAP_H
-#include <kabc/address.h>
+#include <tdeabc/address.h>
#include <tqobject.h>
#include <tqstring.h>