[Kst] branches/work/kst/kst1kde4/kst/src/libkstapp

Zongyi Zhang freebody.kst at gmail.com
Wed Mar 31 01:36:30 CEST 2010


SVN commit 1109298 by zhang:

rename header files

 M  +1 -1      kstviewarrow.h  
 M  +5 -5      labelrenderer.h  


--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewarrow.h #1109297:1109298
@@ -19,7 +19,7 @@
 #define KSTVIEWARROW_H
 
 #include "kstviewline.h"
-#include <QGlobal>
+#include <qglobal.h>
 
 class KstViewArrow;
 typedef QExplicitlySharedDataPointer<KstViewArrow> KstViewArrowPtr;
--- branches/work/kst/kst1kde4/kst/src/libkstapp/labelrenderer.h #1109297:1109298
@@ -18,11 +18,11 @@
 #ifndef LABELRENDERER_H
 #define LABELRENDERER_H
 
-#include <qfont.h>
-#include <qpainter.h>
-#include <qpair.h>
-#include <qstring.h>
-#include <qvariant.h>
+#include <QFont>
+#include <QPainter>
+#include <QPair>
+#include <QString>
+#include <QVariant>
 #include <QVector>
 
 #include "dataref.h"


More information about the Kst mailing list