summaryrefslogtreecommitdiffstats
path: root/kaddressbook/xxport/kde2_xxport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/xxport/kde2_xxport.cpp')
-rw-r--r--kaddressbook/xxport/kde2_xxport.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/xxport/kde2_xxport.cpp b/kaddressbook/xxport/kde2_xxport.cpp
index 6d8fd80e..730de823 100644
--- a/kaddressbook/xxport/kde2_xxport.cpp
+++ b/kaddressbook/xxport/kde2_xxport.cpp
@@ -26,11 +26,11 @@
#include <kdebug.h>
#include <tdefiledialog.h>
#include <tdeio/netaccess.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
#include <kprocess.h>
#include <kstandarddirs.h>
-#include <ktempfile.h>
+#include <tdetempfile.h>
#include <kurl.h>
#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( "<qt>Could not find a KDE 2 address book <b>%1</b>.</qt>" ).arg( fileName ) );
return KABC::AddresseeList();