Hello! The file kdepimlibs/akonadi/resourcebase.h defines: void setName( const QString &name ); to: "This method is used to set the name of the resource." The file kdepimlibs/akonadi/resourcebase.cpp implement that as: void ResourceBase::setName( const QString &name ) { AgentBase::setAgentName( name ); ... *BUT* The file kdepimlibs/akonadi/agentbase.h defines: void setAgentName( const QString &name ); to: "This method is used to set the name of the agent." Are "agent" and "resource" two nicknames for the same "thing", or have we a problem? Any help welcome! Thanks -- guy-kde _______________________________________________ KDE PIM mailing list kde-pim@kde.org https://mail.kde.org/mailman/listinfo/kde-pim KDE PIM home page at http://pim.kde.org/