File indexing completed on 2024-04-21 03:51:03

0001 /*
0002     query options for Parley
0003     SPDX-FileCopyrightText: 2005 Peter Hedlund <peter.hedlund@kdemail.net>
0004     SPDX-FileCopyrightText: 2007 Frederik Gladhorn <frederik.gladhorn@kdemail.net>
0005     SPDX-FileCopyrightText: 2014 Inge Wallin <inge@lysator.liu.se>
0006     SPDX-License-Identifier: GPL-2.0-or-later
0007 */
0008 
0009 #ifndef GENERALPRACTICEOPTIONS_H
0010 #define GENERALPRACTICEOPTIONS_H
0011 
0012 #include "ui_generalpracticeoptions.h"
0013 
0014 class GeneralPracticeOptions : public QWidget, public Ui::GeneralPracticeOptions
0015 {
0016     Q_OBJECT
0017 public:
0018     explicit GeneralPracticeOptions(QWidget *parent = nullptr);
0019 };
0020 
0021 #endif