#include <qlayout.h>
#include <QTreeWidget>
#include <QPointer>
#include <kcmodule.h>
#include <kapplication.h>
#include <kconfig.h>
#include <kpushbutton.h>
#include <KStandardGuiItem>
#include <kmessagebox.h>
#include <KPluginFactory>
#include "constants.h"
#include "accountsetupdialog.h"
#include "accountsetupitem.h"
Go to the source code of this file.
Classes | |
class | ConfigAccounts |
Part of the setup dialog (KShowMailApp::SetupDialog) to configure the accounts. More... |