X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=aboutdialog.h;fp=aboutdialog.h;h=0000000000000000000000000000000000000000;hb=392f9d1ccb835c05a3874c4bea163788b2c37024;hp=5100c009014320dee93a5bb0c4124ad502108ba3;hpb=330ca2f0052b06d91004c6ceb73cd57ab95e7fe1;p=nageru diff --git a/aboutdialog.h b/aboutdialog.h deleted file mode 100644 index 5100c00..0000000 --- a/aboutdialog.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef _ABOUTDIALOG_H -#define _ABOUTDIALOG_H 1 - -#include -#include - -class QObject; - -namespace Ui { -class AboutDialog; -} // namespace Ui - -class AboutDialog : public QDialog -{ - Q_OBJECT - -public: - AboutDialog(); - -private: - Ui::AboutDialog *ui; -}; - -#endif // !defined(_ABOUTDIALOG_H)