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 --- kaddressbook/xxport/kde2_xxport.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kaddressbook/xxport/kde2_xxport.cpp') diff --git a/kaddressbook/xxport/kde2_xxport.cpp b/kaddressbook/xxport/kde2_xxport.cpp index 6d8fd80e7..730de8237 100644 --- a/kaddressbook/xxport/kde2_xxport.cpp +++ b/kaddressbook/xxport/kde2_xxport.cpp @@ -26,11 +26,11 @@ #include #include #include -#include -#include +#include +#include #include #include -#include +#include #include #include "xxportmanager.h" @@ -47,7 +47,7 @@ KDE2XXPort::KDE2XXPort( KABC::AddressBook *ab, TQWidget *parent, const char *nam KABC::AddresseeList KDE2XXPort::importContacts( const TQString& ) const { - TQString fileName = locateLocal( "data", "kabc/std.vcf" ); + TQString fileName = locateLocal( "data", "tdeabc/std.vcf" ); if ( !TQFile::exists( fileName ) ) { KMessageBox::sorry( parentWidget(), i18n( "Could not find a KDE 2 address book %1." ).arg( fileName ) ); return KABC::AddresseeList(); -- cgit v1.2.1