[Kst] branches/work/kst/kst1kde4/kst/src/libkstapp
Zongyi Zhang
freebody.kst at gmail.com
Tue Mar 30 23:24:52 CEST 2010
SVN commit 1109250 by zhang:
rename header files
M +4 -4 kstviewobjectimagedrag.cpp
M +1 -1 plotmimesource.cpp
M +1 -1 statuslabel.cpp
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewobjectimagedrag.cpp #1109249:1109250
@@ -17,10 +17,10 @@
#include <stdlib.h>
-#include <qeventloop.h>
-#include <qfile.h>
-#include <qpainter.h>
-#include <qpixmap.h>
+#include <QEventLoop>
+#include <QFile>
+#include <QPainter>
+#include <QPixmap>
#include <QProgressDialog>
#include <QTemporaryFile>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/plotmimesource.cpp #1109249:1109250
@@ -15,7 +15,7 @@
* *
***************************************************************************/
-#include <qmime.h>
+// xxx #include <qmime.h>
#include "kst.h"
#include "kstviewwindow.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/statuslabel.cpp #1109249:1109250
@@ -16,7 +16,7 @@
***************************************************************************/
// include files for Qt
-#include <qlabel.h>
+#include <QLabel>
//include files for KDE
#include <klocale.h>
More information about the Kst
mailing list