/* This file is part of the KContacts framework. SPDX-FileCopyrightText: 2002 Jost Schenck SPDX-FileCopyrightText: 2003 Tobias Koenig SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef KCONTACTS_ADDRESSEELIST_H #define KCONTACTS_ADDRESSEELIST_H #include namespace KContacts { class Addressee; /** * @short a QList of Addressee. */ typedef QList AddresseeList; } #endif