Mercurial > hg > svgui
comparison widgets/TipDialog.cpp @ 616:d632a1e87018 qt5
Build fixes for Qt5
author | Chris Cannam |
---|---|
date | Mon, 11 Mar 2013 14:23:52 +0000 |
parents | 4806715f7a19 |
children | 1a0dfcbffaf1 |
comparison
equal
deleted
inserted
replaced
615:156a120345ae | 616:d632a1e87018 |
---|---|
26 #include <QGroupBox> | 26 #include <QGroupBox> |
27 #include <QCheckBox> | 27 #include <QCheckBox> |
28 | 28 |
29 #include <iostream> | 29 #include <iostream> |
30 | 30 |
31 TipDialog::TipDialog(QWidget *parent, Qt::WFlags flags) : | 31 TipDialog::TipDialog(QWidget *parent) : |
32 QDialog(parent, flags), | 32 QDialog(parent), |
33 m_tipNumber(0), | 33 m_tipNumber(0), |
34 m_label(0), | 34 m_label(0), |
35 m_caption(tr("Tip of the Day")) | 35 m_caption(tr("Tip of the Day")) |
36 { | 36 { |
37 readTips(); | 37 readTips(); |