#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <qlayout.h>
#include <qlabel.h>
#include <qgroupbox.h>
#include <qtooltip.h>
#include <QVariantList>
#include <QPointer>
#include <kcmodule.h>
#include <kconfig.h>
#include <kgenericfactory.h>
#include <kapplication.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>
#include <kcombobox.h>
#include <klineedit.h>
#include <kmessagebox.h>
#include "constants.h"
#include "mailboxwizard.h"
Go to the source code of this file.
Classes | |
class | ConfigSpamcheck |
Part of the setup dialog (KShowMailApp::SetupDialog) to configure the spam check. More... | |
Defines | |
#define | ID_SPAM_ACTION_BUTTONS_DELETE 0 |
#define | ID_SPAM_ACTION_BUTTONS_MARK 1 |
#define | ID_SPAM_ACTION_BUTTONS_MOVE 2 |
#define ID_SPAM_ACTION_BUTTONS_DELETE 0 |
Definition at line 51 of file configspamcheck.h.
Referenced by ConfigSpamcheck::defaults(), K_PLUGIN_FACTORY(), ConfigSpamcheck::load(), and ConfigSpamcheck::save().
#define ID_SPAM_ACTION_BUTTONS_MARK 1 |
Definition at line 52 of file configspamcheck.h.
Referenced by ConfigSpamcheck::defaults(), K_PLUGIN_FACTORY(), ConfigSpamcheck::load(), and ConfigSpamcheck::save().
#define ID_SPAM_ACTION_BUTTONS_MOVE 2 |
Definition at line 53 of file configspamcheck.h.
Referenced by ConfigSpamcheck::defaults(), K_PLUGIN_FACTORY(), ConfigSpamcheck::load(), ConfigSpamcheck::save(), and ConfigSpamcheck::slotActionChanged().