summaryrefslogtreecommitdiffstats
path: root/kmail/folderdiaacltab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/folderdiaacltab.cpp')
-rw-r--r--kmail/folderdiaacltab.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/folderdiaacltab.cpp b/kmail/folderdiaacltab.cpp
index 27d2f0c7..2f86cdad 100644
--- a/kmail/folderdiaacltab.cpp
+++ b/kmail/folderdiaacltab.cpp
@@ -40,17 +40,17 @@
#include "kmfolder.h"
#include <addressesdialog.h>
-#include <kabc/addresseelist.h>
+#include <tdeabc/addresseelist.h>
#ifdef TDEPIM_NEW_DISTRLISTS
#include <libtdepim/distributionlist.h> // libtdepim
#else
-#include <kabc/distributionlist.h>
+#include <tdeabc/distributionlist.h>
#endif
-#include <kabc/stdaddressbook.h>
+#include <tdeabc/stdaddressbook.h>
#include <kaddrbook.h>
#include <kpushbutton.h>
#include <kdebug.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tqlayout.h>
#include <tqlabel.h>
@@ -61,7 +61,7 @@
#include <tqwhatsthis.h>
#include <assert.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
using namespace KMail;