rename to qt standard

This commit is contained in:
Wladimir J. van der Laan
2011-05-12 14:44:52 +02:00
parent 8812ce7b27
commit df577886e4
25 changed files with 447 additions and 69 deletions

18
aboutdialog.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef ABOUTDIALOG_H
#define ABOUTDIALOG_H
#include <QDialog>
class AboutDialog : public QDialog
{
Q_OBJECT
public:
explicit AboutDialog(QWidget *parent = 0);
signals:
public slots:
};
#endif // ABOUTDIALOG_H