[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Aug 10 22:39:51 CEST 2004
CVS commit by staikos:
remove unneeded includes. Please test with KDE 3.1 to be sure I didn't break
the build with older KDE versions
M +0 -7 kst.h 1.92
M +0 -2 kst2dplot.h 1.89
M +0 -1 kstborderedviewobject.h 1.12
M +0 -4 kstdataobject.h 1.25
M +0 -2 kstdebug.h 1.10
M +0 -7 kstdebugdialog_i.h 1.6
M +0 -9 ksteventmonitorentry.h 1.14
M +0 -1 kstfilter.h 1.16
M +0 -3 kstlabel.h 1.28
M +0 -7 kstlegend.h 1.7
M +0 -1 kstscalar.h 1.20
M +0 -4 ksttoplevelview.h 1.41
M +0 -3 kstvcurve.h 1.21
M +0 -3 kstvector.h 1.51
M +0 -2 kstviewobjectfactory.h 1.3
M +0 -1 kstviewwidget.h 1.18
--- kdeextragear-2/kst/kst/kst.h #1.91:1.92
@@ -23,19 +23,12 @@
// include files for Qt
-#include <qstrlist.h>
// include files for KDE
#include <kapplication.h>
-#include <kmainwindow.h>
-#include <kaccel.h>
-#include <kaction.h>
#include <kmdimainfrm.h>
// application specific includes
-#include "kstplotbase.h"
#include "kst2dplot.h"
-#include "kstdataobject.h"
#include "ksteventmonitorentry.h"
-#include "ksttoplevelview.h"
// forward declaration of the Kst classes
--- kdeextragear-2/kst/kst/kst2dplot.h #1.88:1.89
@@ -23,8 +23,6 @@
#include "kstimage.h"
#include "kstlabel.h"
-#include "kstplotbase.h"
#include "kstviewwidget.h"
-#include <qguardedptr.h>
class KstLegend;
--- kdeextragear-2/kst/kst/kstborderedviewobject.h #1.11:1.12
@@ -20,5 +20,4 @@
#include "kstviewobject.h"
-#include <qcolor.h>
--- kdeextragear-2/kst/kst/kstdataobject.h #1.24:1.25
@@ -20,10 +20,6 @@
#define KSTDATAOBJECT_H
-#include "kstobject.h"
-#include "kstsharedptr.h"
#include "kstvector.h"
-#include <qdom.h>
-#include <qvaluelist.h>
--- kdeextragear-2/kst/kst/kstdebug.h #1.9:1.10
@@ -20,6 +20,4 @@
#include <qobject.h>
-#include <qstring.h>
-#include <qstringlist.h>
#include <qdatetime.h>
--- kdeextragear-2/kst/kst/kstdebugdialog_i.h #1.5:1.6
@@ -18,16 +18,9 @@
#define KSTDEBUGI_H
-#include <kcombobox.h>
-#include <qlistbox.h>
#include <qlabel.h>
#include <qtable.h>
-#include <qtextbrowser.h>
-#include <qspinbox.h>
#include "debugdialog.h"
-#include "kstbasecurve.h"
-#include "kstdebug.h"
-#include "kstdoc.h"
#include "kstlogtable.h"
--- kdeextragear-2/kst/kst/ksteventmonitorentry.h #1.13:1.14
@@ -20,15 +20,6 @@
#include <math.h>
-#include <qstring.h>
-#include <qtextstream.h>
-#include <qvaluelist.h>
-#include <qdom.h>
-#include <qdict.h>
#include <qtimer.h>
-#include "kstobject.h"
-#include "kstdataobject.h"
-#include "kstscalar.h"
-#include "kstdebug.h"
namespace Equation {
--- kdeextragear-2/kst/kst/kstfilter.h #1.15:1.16
@@ -20,5 +20,4 @@
#define KSTFILTER_H
-#include <qstring.h>
#include "kstplugin.h"
--- kdeextragear-2/kst/kst/kstlabel.h #1.27:1.28
@@ -19,10 +19,7 @@
#define KSTLABEL_H
-#include <qdom.h>
#include <qdragobject.h>
#include <qpainter.h>
-#include <qstring.h>
-#include "kstscalar.h"
#include "kstplotbase.h"
--- kdeextragear-2/kst/kst/kstlegend.h #1.6:1.7
@@ -19,12 +19,5 @@
#define KSTLEGEND_H
-#include "kstbasecurve.h"
-#include "kstlabel.h"
-#include "kstscalar.h"
#include "kst2dplot.h"
-#include <qdom.h>
-#include <qdragobject.h>
-#include <qpainter.h>
-#include <qstring.h>
typedef enum {LeftTop, CentreTop, RightTop, LeftCentre, CentreCentre,
--- kdeextragear-2/kst/kst/kstscalar.h #1.19:1.20
@@ -20,5 +20,4 @@
#include <qdom.h>
-#include <qstring.h>
#include "kstobject.h"
--- kdeextragear-2/kst/kst/ksttoplevelview.h #1.40:1.41
@@ -20,9 +20,5 @@
#include <qcursor.h>
-#include <qguardedptr.h>
-#include <qpainter.h>
-#include <qwidget.h>
-#include "kstplotbase.h"
#include "kstviewobject.h"
--- kdeextragear-2/kst/kst/kstvcurve.h #1.20:1.21
@@ -20,8 +20,5 @@
#include "kstrvector.h"
-#include "kstpoint.h"
#include "kstbasecurve.h"
-#include <qstring.h>
-#include <qcolor.h>
/**A class for handling curves for kst
--- kdeextragear-2/kst/kst/kstvector.h #1.50:1.51
@@ -20,8 +20,5 @@
#include <math.h>
-#include <qstring.h>
-#include <qdom.h>
#include <qdict.h>
-#include "kstobject.h"
#include "kstscalar.h"
#include "kstdebug.h"
--- kdeextragear-2/kst/kst/kstviewobjectfactory.h #1.2:1.3
@@ -21,6 +21,4 @@
#include "kstviewobject.h"
-#include <qmap.h>
-#include <qstring.h>
#include <kstaticdeleter.h>
--- kdeextragear-2/kst/kst/kstviewwidget.h #1.17:1.18
@@ -19,5 +19,4 @@
#define KSTVIEWWIDGET_H
-#include <qwidget.h>
#include "ksttoplevelview.h"
More information about the Kst
mailing list