X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.h;h=9a4eeddc58c40054fe4a608a8eb85899605a2556;hp=d54df8c9532c0ee8bde2122cd18521bdaf6785b8;hb=158443f71d48215eea8b47b836b61afd77654b78;hpb=1cb02004ee5973b89368bd84f234d4652794690d diff --git a/src/qtui/aboutdlg.h b/src/qtui/aboutdlg.h index d54df8c9..9a4eeddc 100644 --- a/src/qtui/aboutdlg.h +++ b/src/qtui/aboutdlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -32,7 +32,7 @@ class AboutDlg : public QDialog Q_OBJECT public: - AboutDlg(QWidget *parent = 0); + AboutDlg(QWidget *parent = nullptr); private: Ui::AboutDlg ui;