#ifndef ABOUT_WIDGET_H
#define ABOUT_WIDGET_H
#include <QWidget>
class AboutWidget : public QWidget
{
Q_OBJECT
public:
AboutWidget();
};
#endif