diff --git a/src/mainwindow.h b/src/mainwindow.h index 388bdc9..b7501ac 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -1,21 +1,24 @@ -/*************************************************************************** - * Copyright (C) %{CURRENT_YEAR} by %{AUTHOR} <%{EMAIL}> * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * 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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * - ***************************************************************************/ +/* + * This file is part of Danbooru Client. + * Copyright 2013 Luca Beltrame + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License or (at your option) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + */ #ifndef DANBOORU_CLIENT_H #define DANBOORU_CLIENT_H @@ -28,6 +31,7 @@ namespace Danbooru { class DanbooruClientView; class DanbooruService; class DanbooruPostModel; + class DanbooruConnectWidget; /** * This class serves as the main window for danbooru_client. It handles the @@ -64,6 +68,7 @@ namespace Danbooru { DanbooruClientView *m_view; DanbooruPostModel* m_model; DanbooruService* m_service; + DanbooruConnectWidget* m_connectWidget; };