14 * |
14 * |
15 * You should have received a copy of the GNU General Public License |
15 * You should have received a copy of the GNU General Public License |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ |
17 */ |
18 |
18 |
19 #include <qlabel.h> |
19 #include <QLabel> |
20 #include <qboxlayout.h> |
20 #include <QBoxLayout> |
21 #include <qdialogbuttonbox.h> |
21 #include <QDialogButtonBox> |
22 #include <qdesktopservices.h> |
22 #include <QDesktopServices> |
23 #include <qpushbutton.h> |
23 #include <QPushButton> |
24 #include <QTextEdit> |
24 #include <QTextEdit> |
25 #include <qurl.h> |
25 #include <QUrl> |
26 #include "common.h" |
26 #include "common.h" |
27 #include "aboutDialog.h" |
27 #include "aboutDialog.h" |
28 |
28 |
29 AboutDialog::AboutDialog (QWidget* parent, Qt::WindowFlags f) : QDialog (parent, f) { |
29 AboutDialog::AboutDialog (QWidget* parent, Qt::WindowFlags f) : QDialog (parent, f) { |
30 QWidget* mainTab, *licenseTab; |
30 QWidget* mainTab, *licenseTab; |