SVN commit 851056 by ingwa: Krazy fixes M +4 -1 KoChartInterface.h M +6 -3 KoChartModel.h M +22 -0 SimpleTextShapeInterface.h M +3 -3 koChart.h --- trunk/koffice/interfaces/KoChartInterface.h #851055:851056 @@ -19,13 +19,16 @@ #ifndef KOCHART_INTERFACE #define KOCHART_INTERFACE -#include +#include + + #define ChartShapeId "ChartShape" class QAbstractItemModel; class QRect; + namespace KoChart { --- trunk/koffice/interfaces/KoChartModel.h #851055:851056 @@ -20,13 +20,16 @@ #ifndef KO_CHART_MODEL #define KO_CHART_MODEL -#include -#include -#include +#include +#include +#include + + class QAbstractItemModel; class QRect; + namespace KoChart { /** --- trunk/koffice/interfaces/SimpleTextShapeInterface.h #851055:851056 @@ -1,8 +1,30 @@ +/* This file is part of the KDE project + + Copyright (C) 2008 Johannes Simon + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License version 2 as published by the Free Software Foundation. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. +*/ + + #ifndef SIMPLETEXT_H #define SIMPLETEXT_H + #include + /** * Interface for the SimpleTextShape plugin, originally written for Karbon * --- trunk/koffice/interfaces/koChart.h #851055:851056 @@ -20,9 +20,9 @@ #define __koChart_h__ #include -#include -#include -#include +#include +#include +#include #include #include "kochart_export.h"