Pimcommon

blacklistbalooemailwarning.h
1/*
2 SPDX-FileCopyrightText: 2015-2024 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5
6*/
7
8#pragma once
9
10#include "pimcommonakonadi_private_export.h"
11#include <KMessageWidget>
12
13namespace PimCommon
14{
15class PIMCOMMONAKONADI_TESTS_EXPORT BlackListBalooEmailWarning : public KMessageWidget
16{
17 Q_OBJECT
18public:
19 explicit BlackListBalooEmailWarning(QWidget *parent = nullptr);
20 ~BlackListBalooEmailWarning() override;
21
22Q_SIGNALS:
23 void newSearch();
24 void saveChanges();
25
26private:
27 void slotSaveBlackList();
28 void slotSearch();
29};
30}
folderdialogacltab.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:23 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.