X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fircconnectionwizard.h;h=65509eb939a850bfa25b331d237818a48f6f763b;hb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;hp=b6272be3c9a6c525afc261cf2edbc166281b2478;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce;p=quassel.git diff --git a/src/qtui/ircconnectionwizard.h b/src/qtui/ircconnectionwizard.h index b6272be3..65509eb9 100644 --- a/src/qtui/ircconnectionwizard.h +++ b/src/qtui/ircconnectionwizard.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 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 * @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef IRCCONNECTIONWIZARD_H @@ -30,9 +30,9 @@ class IrcConnectionWizard : public QWizard Q_OBJECT public: - IrcConnectionWizard(QWidget *parent = 0, Qt::WindowFlags flags = 0); + IrcConnectionWizard(QWidget *parent = nullptr, Qt::WindowFlags flags = nullptr); - static QWizardPage *createIntroductionPage(QWidget *parent = 0); + static QWizardPage *createIntroductionPage(QWidget *parent = nullptr); private slots: void finishClicked(); @@ -60,7 +60,7 @@ class IdentityPage : public QWizardPage Q_OBJECT public: - IdentityPage(QWidget *parent = 0); + IdentityPage(QWidget *parent = nullptr); CertIdentity *identity(); @@ -80,7 +80,7 @@ class NetworkPage : public QWizardPage Q_OBJECT public: - NetworkPage(QWidget *parent = 0); + NetworkPage(QWidget *parent = nullptr); NetworkInfo networkInfo(); QStringList channelList();