X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=shared%2Faboutdialog.h;fp=nageru%2Faboutdialog.h;h=ddc9dec60b417c6321562d08675802af2270623c;hb=44606be7327eb9160b9de6c7be5c5006a3d5670e;hp=5100c009014320dee93a5bb0c4124ad502108ba3;hpb=e9bec1e17f41f66d3567148e110fe8a3b6451fb3;p=nageru diff --git a/nageru/aboutdialog.h b/shared/aboutdialog.h similarity index 75% rename from nageru/aboutdialog.h rename to shared/aboutdialog.h index 5100c00..ddc9dec 100644 --- a/nageru/aboutdialog.h +++ b/shared/aboutdialog.h @@ -4,6 +4,8 @@ #include #include +#include + class QObject; namespace Ui { @@ -15,7 +17,7 @@ class AboutDialog : public QDialog Q_OBJECT public: - AboutDialog(); + AboutDialog(const std::string &program, const std::string &subheading); private: Ui::AboutDialog *ui;