]> git.sesse.net Git - nageru/blobdiff - aboutdialog.h
Move everything into a separate futatabi/ subdir, for the upcoming merge with Futatabi.
[nageru] / aboutdialog.h
diff --git a/aboutdialog.h b/aboutdialog.h
deleted file mode 100644 (file)
index 5100c00..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef _ABOUTDIALOG_H
-#define _ABOUTDIALOG_H 1
-
-#include <QDialog>
-#include <QString>
-
-class QObject;
-
-namespace Ui {
-class AboutDialog;
-}  // namespace Ui
-
-class AboutDialog : public QDialog
-{
-       Q_OBJECT
-
-public:
-       AboutDialog();
-
-private:
-       Ui::AboutDialog *ui;
-};
-
-#endif  // !defined(_ABOUTDIALOG_H)