X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fpasswordchangedlg.h;h=e8cc572266c56d1f0f81ef6a4f24ce594c23b2a9;hp=aa25c415fdd94aa7a759fef689f67829805b2990;hb=cc6e7c08709c4e761e2fd9c2e322751015497003;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf diff --git a/src/qtui/passwordchangedlg.h b/src/qtui/passwordchangedlg.h index aa25c415..e8cc5722 100644 --- a/src/qtui/passwordchangedlg.h +++ b/src/qtui/passwordchangedlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2019 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();