File indexing completed on 2024-05-12 16:15:57

0001 /*
0002    SPDX-FileCopyrightText: 2014-2023 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 
0009 #include <QWidget>
0010 class TextToSpeechConfigGui : public QWidget
0011 {
0012     Q_OBJECT
0013 public:
0014     explicit TextToSpeechConfigGui(QWidget *parent = nullptr);
0015     ~TextToSpeechConfigGui() override;
0016 };