[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/interfaces
From:       Inge Wallin <inge () lysator ! liu ! se>
Date:       2008-08-22 20:10:54
Message-ID: 1219435854.481533.19080.nullmailer () svn ! kde ! org
[Download RAW message or body]

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 <QtPlugin>
 
+#include <QtCore/QtPlugin>
+
+
 #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 <QHash>
-#include <QVector>
-#include <QtPlugin>
 
+#include <QtCore/QHash>
+#include <QtCore/QVector>
+#include <QtCore/QtPlugin>
+
+
 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 <Johannes.simon@gmail.com>
+
+   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 <KoShape.h>
 
+
 /**
  * Interface for the SimpleTextShape plugin, originally written for Karbon
  * 
--- trunk/koffice/interfaces/koChart.h #851055:851056
@@ -20,9 +20,9 @@
 #define __koChart_h__
 
 #include <QtCore/QVariant>
-#include <QVector>
-#include <QRect>
-#include <QtPlugin>
+#include <QtCore/QVector>
+#include <QtCore/QRect>
+#include <QtCore/QtPlugin>
 
 #include <KoDocument.h>
 #include "kochart_export.h"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic