/*UVOS*/
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
*
* MAClient is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License (GPL) version
* 3 as published by the Free Software Foundation.
*
* MAClient is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with MAClient. If not, see .
*/
#ifndef ABOUTTELSYS_H
#define ABOUTTELSYS_H
#include
namespace Ui {
class AboutDiag;
}
class AboutDiag : public QDialog
{
Q_OBJECT
public:
explicit AboutDiag(QWidget *parent = 0);
~AboutDiag();
private:
Ui::AboutDiag *ui;
};
#endif // ABOUTTELSYS_H