Brooklyn/plasma/kcms/componentchooser/componentchooseremail.h
2022-04-02 18:24:21 +05:00

21 lines
360 B
C++

/*
SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef COMPONENTCHOOSEREMAIL_H
#define COMPONENTCHOOSEREMAIL_H
#include "componentchooser.h"
class ComponentChooserEmail : public ComponentChooser
{
public:
ComponentChooserEmail(QObject *parent);
void save() override;
};
#endif