X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fpasswordchangedlg.h;h=51c48130c4b8d0935f8ebdaecf3c136d63688960;hb=24c7de34254b5de4cf28045a6923a527e06f7290;hp=edddae0eb70edbb901c8854b93decd77c0243179;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;p=quassel.git diff --git a/src/qtui/passwordchangedlg.h b/src/qtui/passwordchangedlg.h index edddae0e..51c48130 100644 --- a/src/qtui/passwordchangedlg.h +++ b/src/qtui/passwordchangedlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2022 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -29,7 +29,7 @@ class PasswordChangeDlg : public QDialog Q_OBJECT public: - PasswordChangeDlg(QWidget *parent = nullptr); + PasswordChangeDlg(QWidget* parent = nullptr); private slots: void inputChanged();