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

Zongyi Zhang freebody.kst at gmail.com
Tue Mar 30 23:55:58 CEST 2010


SVN commit 1109261 by zhang:

rename header files

 M  +1 -1      kstgfx2dplotmousehandler.cpp  
 M  +1 -1      kstgfxarrowmousehandler.cpp  
 M  +1 -1      kstgfxellipsemousehandler.cpp  
 M  +1 -1      kstgfxlegendmousehandler.cpp  
 M  +1 -1      kstgfxpicturemousehandler.cpp  
 M  +1 -1      kstgfxrectanglemousehandler.cpp  
 M  +1 -1      kstgfxtextmousehandler.cpp  
 M  +1 -1      kstgfxtlvmousehandler.cpp  
 M  +2 -2      kstplotgroup.cpp  
 M  +4 -4      kstviewarrow.cpp  


--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstgfx2dplotmousehandler.cpp #1109260:1109261
@@ -17,7 +17,7 @@
 
 #include <stdlib.h>
  
-#include <qpainter.h>
+#include <QPainter>
 
 #include "kst.h"
 #include "kstdoc.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstgfxarrowmousehandler.cpp #1109260:1109261
@@ -17,7 +17,7 @@
 
 #include <stdlib.h>
 
-#include <qpainter.h>
+#include <QPainter>
 
 #include "kstgfxarrowmousehandler.h"
 #include "kstgfxmousehandlerutils.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstgfxellipsemousehandler.cpp #1109260:1109261
@@ -17,7 +17,7 @@
 
 #include <stdlib.h>
 
-#include <qpainter.h>
+#include <QPainter>
 
 #include "kstgfxellipsemousehandler.h"
 #include "kstgfxmousehandlerutils.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstgfxlegendmousehandler.cpp #1109260:1109261
@@ -17,7 +17,7 @@
 
 #include <stdlib.h>
 
-#include <qpainter.h>
+#include <QPainter>
 
 #include "kstgfxlegendmousehandler.h"
 #include "kstgfxmousehandlerutils.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstgfxpicturemousehandler.cpp #1109260:1109261
@@ -17,7 +17,7 @@
 
 #include <stdlib.h>
   
-#include <qpainter.h>
+#include <QPainter>
 
 #include "kstgfxpicturemousehandler.h"
 #include "kstgfxmousehandlerutils.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstgfxrectanglemousehandler.cpp #1109260:1109261
@@ -17,7 +17,7 @@
 
 #include <stdlib.h>
 
-#include <qpainter.h>
+#include <QPainter>
 
 #include "kst.h"
 #include "kstdoc.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstgfxtextmousehandler.cpp #1109260:1109261
@@ -17,7 +17,7 @@
 
 #include <stdlib.h>
 
-#include <qpainter.h>
+#include <QPainter>
 
 #include "kstgfxtextmousehandler.h"
 #include "kstgfxmousehandlerutils.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstgfxtlvmousehandler.cpp #1109260:1109261
@@ -17,7 +17,7 @@
 
 #include <stdlib.h>
 
-#include <qpainter.h>
+#include <QPainter>
 
 #include "kst.h"
 #include "kstdoc.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstplotgroup.cpp #1109260:1109261
@@ -17,8 +17,8 @@
 
 #include <assert.h>
 
-#include <qmetaobject.h>
-#include <qpainter.h>
+#include <QMetaObject>
+#include <QPainter>
 
 #include <klocale.h>
 
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewarrow.cpp #1109260:1109261
@@ -24,10 +24,10 @@
 
 #include <klocale.h>
 
-#include <qbitmap.h>
-#include <qmetaobject.h>
-#include <qpainter.h>
-#include <qvariant.h>
+#include <QBitmap>
+#include <QMetaObject>
+#include <QPainter>
+#include <QVariant>
 
 #define SIZE_ARROW (2.0 * sqrt(3.0))
 


More information about the Kst mailing list