[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Wed Aug 18 00:29:02 CEST 2004
CVS commit by staikos:
more header removal/cleanup
M +0 -1 datawizard.ui 1.51
M +0 -1 draggablelistbox.h 1.2
M +0 -4 extensionmgr.h 1.3
M +6 -6 kstchangefiledialog_i.cpp 1.20
M +19 -21 kstchangefiledialog_i.h 1.7
M +0 -2 kstdatacollection.h 1.21
M +0 -2 kstextension.h 1.3
M +0 -1 kstfitdialog_i.h 1.10
M +0 -1 kstlabeldialog_i.h 1.9
M +0 -3 kstpsdcurve.h 1.22
--- kdeextragear-2/kst/kst/datawizard.ui #1.50:1.51
@@ -1110,5 +1110,4 @@
<include location="local" impldecl="in implementation">kstpsdcurve.h</include>
<include location="local" impldecl="in implementation">kstrvector.h</include>
- <include location="local" impldecl="in declaration">kstdatasource.h</include>
<include location="local" impldecl="in declaration">kstdatacollection.h</include>
<include location="global" impldecl="in implementation">kprogress.h</include>
--- kdeextragear-2/kst/kst/draggablelistbox.h #1.1:1.2
@@ -19,5 +19,4 @@
#define DRAGGABLELISTBOX_H
-#include <qlistbox.h>
#include <qdragobject.h>
--- kdeextragear-2/kst/kst/extensionmgr.h #1.2:1.3
@@ -19,9 +19,5 @@
#define EXTENSIONMGR_H
-#include <qobject.h>
-#include <qmap.h>
-#include <qstring.h>
-#include <kservice.h>
#include <kstaticdeleter.h>
#include "kstextension.h"
--- kdeextragear-2/kst/kst/kstchangefiledialog_i.h #1.6:1.7
@@ -21,10 +21,7 @@
#include "changefiledialog.h"
-#include <qlistbox.h>
-#include <qlabel.h>
-
class KstChangeFileDialogI : public KstChangeFileDialog {
Q_OBJECT
-public:
+ public:
KstChangeFileDialogI(QWidget* parent = 0,
const char* name = 0,
@@ -32,9 +29,9 @@ public:
virtual ~KstChangeFileDialogI();
-public slots:
+ public slots:
/** update the entries in changeFileDialog to represent current vectors */
void updateChangeFileDialog();
- /** calls updateChangeFileDialog(), then shows and raises changeFileDialog */
+ /** calls updateChangeFileDialog(), then shows and raises the dialog */
void showChangeFileDialog();
@@ -42,8 +39,8 @@ public slots:
void selectAll();
-private slots:
+ private slots:
void applyFileChange();
-signals:
+ signals:
/** signal that vectors have changed */
void docChanged();
@@ -51,2 +48,3 @@ signals:
#endif
+// vim: ts=2 sw=2 et
--- kdeextragear-2/kst/kst/kstdatacollection.h #1.20:1.21
@@ -19,6 +19,4 @@
#define KSTDATACOLLECTION_H
-#include "kstvector.h"
-#include "kstscalar.h"
#include "kstdataobject.h"
#include "kstdatasource.h"
--- kdeextragear-2/kst/kst/kstextension.h #1.2:1.3
@@ -21,6 +21,4 @@
#include <qdom.h>
#include <qobject.h>
-#include <qstringlist.h>
-#include <qtextstream.h>
class KstApp;
--- kdeextragear-2/kst/kst/kstfitdialog_i.h #1.9:1.10
@@ -19,5 +19,4 @@
#define KSTFITDIALOGI_H
-#include <qstringlist.h>
#include "fitdialog.h"
#include "kstplugin.h"
--- kdeextragear-2/kst/kst/kstlabeldialog_i.h #1.8:1.9
@@ -20,5 +20,4 @@
#include "kstlabeldialog.h"
-#include "kst2dplot.h"
class KstLabelDialogI : public KstLabelDialog {
--- kdeextragear-2/kst/kst/kstpsdcurve.h #1.21:1.22
@@ -23,8 +23,5 @@
#define KSTPSDCURVE_H
-#include "kstpoint.h"
#include "kstbasecurve.h"
-#include <qstring.h>
-#include <qcolor.h>
class KstPSDCurve: public KstBaseCurve {
More information about the Kst
mailing list