[Kst] branches/work/kst/kst1kde4/kst/src/libkstapp
Zongyi Zhang
freebody.kst at gmail.com
Wed Apr 7 00:10:23 CEST 2010
SVN commit 1111885 by zhang:
comment out kglobal
M +1 -1 kst2dplot.cpp
M +1 -1 kstborderedviewobject.cpp
M +1 -1 kstlogwidget.cpp
M +1 -1 kstplotlabel.cpp
M +1 -1 kstviewbox.cpp
M +1 -1 kstviewlegend.cpp
M +1 -1 kstviewpicture.cpp
M +1 -1 labelrenderer.cpp
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kst2dplot.cpp #1111884:1111885
@@ -38,7 +38,7 @@
#include <QSpinBox>
#include <QTextDocument>
-#include <kglobal.h>
+// xxx #include <kglobal.h>
#include "dialoglauncher.h"
#include "enodes.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstborderedviewobject.cpp #1111884:1111885
@@ -21,7 +21,7 @@
#include <QTextDocument>
#include <QVariant>
-#include <kglobal.h>
+// xxx #include <kglobal.h>
KstBorderedViewObject::KstBorderedViewObject(const QString& type)
: KstViewObject(type), _borderColor(QColor(0, 0, 0)), _borderWidth(0), _padding(0), _margin(0) {
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstlogwidget.cpp #1111884:1111885
@@ -18,7 +18,7 @@
#include "kstlogwidget.h"
#include "kst.h"
-#include <kglobal.h>
+// xxx #include <kglobal.h>
#include <QBitmap>
#include <QPainter>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstplotlabel.cpp #1111884:1111885
@@ -22,7 +22,7 @@
#include <QTextDocument>
#include <QTextStream>
-#include <kglobal.h>
+// xxx #include <kglobal.h>
#include "kstplotlabel.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewbox.cpp #1111884:1111885
@@ -20,7 +20,7 @@
#include "kstviewbox.h"
#include "kstviewobjectfactory.h"
-#include <kglobal.h>
+// xxx #include <kglobal.h>
#include <QBitmap>
#include <QMetaObject>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewlegend.cpp #1111884:1111885
@@ -28,7 +28,7 @@
#include <QTextDocument>
#include <QSpinBox>
-#include <kglobal.h>
+// xxx #include <kglobal.h>
#include <kcolorbutton.h>
#include "kstviewlegend.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewpicture.cpp #1111884:1111885
@@ -25,7 +25,7 @@
#include <QPainter>
#include <QTimer>
-#include <kglobal.h>
+// xxx #include <kglobal.h>
#include <kio/netaccess.h>
#include "kstgfxpicturemousehandler.h"
--- branches/work/kst/kst1kde4/kst/src/libkstapp/labelrenderer.cpp #1111884:1111885
@@ -24,7 +24,7 @@
#include "ksttimers.h"
#include "labelparser.h"
-#include <kglobal.h>
+// xxx #include <kglobal.h>
#include <iostream>
More information about the Kst
mailing list