From cfb328d59024a251690b6e47c9f8d343fd8c241c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 15 Feb 2013 21:59:38 -0600 Subject: Rename additional header files to avoid conflicts with KDE4 --- kabc/kabcdistlistupdater/kabcdistlistupdater.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kabc/kabcdistlistupdater') diff --git a/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp b/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp index 38fe294ab..b2e8d93b8 100644 --- a/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp +++ b/kabc/kabcdistlistupdater/kabcdistlistupdater.cpp @@ -23,11 +23,11 @@ #include #include #include -#include -#include +#include +#include #include -#include +#include #include 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 entryMap = cfg.entryMap( "DistributionLists" ); if ( entryMap.isEmpty() ) // nothing to convert -- cgit v1.2.1