KContacts

addresseelist.h
1/*
2 This file is part of the KContacts framework.
3 SPDX-FileCopyrightText: 2002 Jost Schenck <jost@schenck.de>
4 SPDX-FileCopyrightText: 2003 Tobias Koenig <tokoe@kde.org>
5
6 SPDX-License-Identifier: LGPL-2.0-or-later
7*/
8
9#ifndef KCONTACTS_ADDRESSEELIST_H
10#define KCONTACTS_ADDRESSEELIST_H
11
12#include <QList>
13
14namespace KContacts
15{
16class Addressee;
17
18/**
19 * @short a QList of Addressee.
20 */
21typedef QList<Addressee> AddresseeList;
22}
23
24#endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:08 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.