diff options
Diffstat (limited to 'tderesources/kolab/tdeabc/resourcekolab.h')
-rw-r--r-- | tderesources/kolab/tdeabc/resourcekolab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/kolab/tdeabc/resourcekolab.h b/tderesources/kolab/tdeabc/resourcekolab.h index 52fa93d35..a19dfbaa0 100644 --- a/tderesources/kolab/tdeabc/resourcekolab.h +++ b/tderesources/kolab/tdeabc/resourcekolab.h @@ -1,5 +1,5 @@ /* - This file is part of libkabc and/or kaddressbook. + This file is part of libtdeabc and/or kaddressbook. Copyright (c) 2002 - 2004 Klarälvdalens Datakonsult AB <info@klaralvdalens-datakonsult.se> @@ -162,7 +162,7 @@ protected: TQ_UINT32 sernum, const KMailICalIface::StorageFormat format ); TQString configFile() const { - return Kolab::ResourceKolabBase::configFile( "kabc" ); + return Kolab::ResourceKolabBase::configFile( "tdeabc" ); } void writeConfig(); |