summaryrefslogtreecommitdiffstats
path: root/tdeabc/stdaddressbook.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/stdaddressbook.cpp')
-rw-r--r--tdeabc/stdaddressbook.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeabc/stdaddressbook.cpp b/tdeabc/stdaddressbook.cpp
index c0789f215..73343d8a9 100644
--- a/tdeabc/stdaddressbook.cpp
+++ b/tdeabc/stdaddressbook.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of libkabc.
+ This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or
@@ -188,7 +188,7 @@ bool StdAddressBook::automaticSave()
// should get const for 4.X
Addressee StdAddressBook::whoAmI()
{
- TDEConfig config( "kabcrc" );
+ TDEConfig config( "tdeabcrc" );
config.setGroup( "General" );
return findByUid( config.readEntry( "WhoAmI" ) );
@@ -196,7 +196,7 @@ Addressee StdAddressBook::whoAmI()
void StdAddressBook::setWhoAmI( const Addressee &addr )
{
- TDEConfig config( "kabcrc" );
+ TDEConfig config( "tdeabcrc" );
config.setGroup( "General" );
config.writeEntry( "WhoAmI", addr.uid() );