#include <QObject>
#include <QList>
#include <qitemselectionmodel.h>
#include <QFile>
#include <QPointer>
#include <KGlobal>
#include <KConfigGroup>
#include <KDebug>
#include <KConfig>
#include "account.h"
#include "constants.h"
#include "types.h"
#include "corruptdataexception.h"
#include "filterlog.h"
#include "mail.h"
#include "accountviewitem.h"
Go to the source code of this file.
Classes | |
class | AccountList |
Contains the accounts. More... |