#ifndef DUST3D_ABOUT_WIDGET_H #define DUST3D_ABOUT_WIDGET_H #include class AboutWidget : public QDialog { Q_OBJECT public: AboutWidget(); }; #endif