src/aboutDialog.cpp

changeset 200
5583af82087e
parent 198
f246725199dc
child 202
a027f6fc6141
equal deleted inserted replaced
199:10dd5909a50e 200:5583af82087e
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;

mercurial