summaryrefslogtreecommitdiffstats
path: root/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/kabcdistlistupdater/kabcdistlistupdater.cpp')
-rw-r--r--kabc/kabcdistlistupdater/kabcdistlistupdater.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp b/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp
index 38fe294a..b2e8d93b 100644
--- a/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp
+++ b/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp
@@ -23,11 +23,11 @@
#include <tdecmdlineargs.h>
#include <ksimpleconfig.h>
#include <kdebug.h>
-#include <kglobal.h>
-#include <klocale.h>
+#include <tdeglobal.h>
+#include <tdelocale.h>
#include <kstandarddirs.h>
-#include <kabc/stdaddressbook.h>
+#include <tdeabc/stdaddressbook.h>
#include <libtdepim/distributionlist.h>
static const TDECmdLineOptions options[] =
@@ -38,7 +38,7 @@ static const TDECmdLineOptions options[] =
void convertDistributionLists()
{
- KSimpleConfig cfg( locateLocal( "data", "kabc/distlists" ) );
+ KSimpleConfig cfg( locateLocal( "data", "tdeabc/distlists" ) );
const TQMap<TQString, TQString> entryMap = cfg.entryMap( "DistributionLists" );
if ( entryMap.isEmpty() ) // nothing to convert