diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 12:53:01 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 12:53:01 +0200 | 
| commit | 7022b25175a22edb4e28c184e14663ceb0a60c0d (patch) | |
| tree | c1b7b893a48196a84a7199c35b7dd3f7d39444ef /src | |
| parent | cleaning headers (diff) | |
| download | rekonq-7022b25175a22edb4e28c184e14663ceb0a60c0d.tar.xz | |
Fix rsswidget files
Diffstat (limited to 'src')
| -rw-r--r-- | src/urlbar/rsswidget.cpp | 41 | ||||
| -rw-r--r-- | src/urlbar/rsswidget.h | 47 | 
2 files changed, 51 insertions, 37 deletions
| diff --git a/src/urlbar/rsswidget.cpp b/src/urlbar/rsswidget.cpp index e061241c..e5ec50ee 100644 --- a/src/urlbar/rsswidget.cpp +++ b/src/urlbar/rsswidget.cpp @@ -1,21 +1,28 @@ -/* -    <one line to give the program's name and a brief idea of what it does.> -    Copyright (C) <year>  <name of author> +/* ============================================================ +* +* This file is a part of the rekonq project +* +* Copyright (C) 2010 by Matthieu Gicquel <matgic78 at gmail dot com> +* +* +* 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 <http://www.gnu.org/licenses/>. +* +* ============================================================ */ -    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 3 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, see <http://www.gnu.org/licenses/>. - -*/  // Auto Includes  #include "rsswidget.h" diff --git a/src/urlbar/rsswidget.h b/src/urlbar/rsswidget.h index ad1f051e..a5bd7b2d 100644 --- a/src/urlbar/rsswidget.h +++ b/src/urlbar/rsswidget.h @@ -1,21 +1,28 @@ -/* -    <one line to give the program's name and a brief idea of what it does.> -    Copyright (C) <year>  <name of author> +/* ============================================================ +* +* This file is a part of the rekonq project +* +* Copyright (C) 2010 by Matthieu Gicquel <matgic78 at gmail dot com> +* +* +* 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 <http://www.gnu.org/licenses/>. +* +* ============================================================ */ -    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 3 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, see <http://www.gnu.org/licenses/>. - -*/  #ifndef RSSWIDGET_H  #define RSSWIDGET_H @@ -23,13 +30,13 @@  // Rekonq Includes  #include "rekonq_defines.h" +// KDE Includes +#include <KComboBox> +  // Qt Includes  #include <QFrame>  #include <KUrl> -// KDE Includes -#include <KComboBox> -  class RSSWidget : public QFrame  { | 
