summaryrefslogtreecommitdiffstats
path: root/kabc/tdeab2tdeabc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/tdeab2tdeabc.cpp')
-rw-r--r--kabc/tdeab2tdeabc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/tdeab2tdeabc.cpp b/kabc/tdeab2tdeabc.cpp
index afb688078..6ee33b895 100644
--- a/kabc/tdeab2tdeabc.cpp
+++ b/kabc/tdeab2tdeabc.cpp
@@ -127,7 +127,7 @@ void importKMailAddressBook( KABC::AddressBook *ab )
cfg.setGroup( "Addressbook" );
fileName = cfg.readPathEntry( "default", fileName );
}
- if ( !KStandardDirs::exists( fileName ) ) {
+ if ( !TDEStandardDirs::exists( fileName ) ) {
kdDebug(5700) << "Couldn't find KMail addressbook." << endl;
return;
}