#include <qlayout.h>
#include <qtooltip.h>
#include <qradiobutton.h>
#include <qbuttongroup.h>
#include <qpushbutton.h>
#include <KDialog>
#include <kapplication.h>
#include <keditlistbox.h>
#include <klocale.h>
#include <klineedit.h>
#include <kconfig.h>
#include "constants.h"
Go to the source code of this file.
Classes | |
class | SenderListDialog |
This is a dialog to edit the blacklist and whitelist. It is used by the class ConfigFilter. More... | |
Defines | |
#define | ID_BUTTON_FILTER_SENDERLIST_DELETE 1 |
#define | ID_BUTTON_FILTER_SENDERLIST_MARK 2 |
#define ID_BUTTON_FILTER_SENDERLIST_DELETE 1 |
Definition at line 40 of file senderlistdialog.h.
Referenced by SenderListDialog::SenderListDialog(), and SenderListDialog::slotButtonClicked().
#define ID_BUTTON_FILTER_SENDERLIST_MARK 2 |
Definition at line 41 of file senderlistdialog.h.
Referenced by SenderListDialog::SenderListDialog(), and SenderListDialog::slotButtonClicked().