[Kst] branches/work/kst/portto4/kst/src/widgets
Adam Treat
treat at kde.org
Thu Mar 1 01:39:43 CET 2007
SVN commit 638174 by treat:
* Argh, designer now wants all classes to match file names...
M +2 -2 CMakeLists.txt
D fftoptionswidget.cpp
D fftoptionswidget.h
D fftoptionswidget4.ui
A kstfftoptions.cpp fftoptionswidget.cpp#637845 [License: GPL (v2+)]
A kstfftoptions.h fftoptionswidget.h#637845 [License: GPL (v2+)]
A kstfftoptions4.ui fftoptionswidget4.ui#638167
M +4 -4 kstwidgets.h
--- branches/work/kst/portto4/kst/src/widgets/CMakeLists.txt #638173:638174
@@ -13,7 +13,7 @@
curveplacementwidget.cpp
kstdatarange.cpp
editmultiplewidget.cpp
- fftoptionswidget.cpp
+ kstfftoptions.cpp
matrixselector.cpp
scalareditor.cpp
scalarselector.cpp
@@ -38,7 +38,7 @@
curveplacementwidget4.ui
kstdatarange4.ui
editmultiplewidget4.ui
- fftoptionswidget4.ui
+ kstfftoptions4.ui
matrixselector4.ui
scalareditor4.ui
scalarselector4.ui
--- branches/work/kst/portto4/kst/src/widgets/kstwidgets.h #638173:638174
@@ -136,12 +136,12 @@
};
-#include "fftoptionswidget.h"
-class FFTOptionsWidgetPlugin : public KstWidgetPlugin {
+#include "kstfftoptions.h"
+class KstFFTOptionsPlugin : public KstWidgetPlugin {
Q_OBJECT
Q_INTERFACES(QDesignerCustomWidgetInterface)
public:
- FFTOptionsWidgetPlugin(QObject *parent = 0) : KstWidgetPlugin(parent) {}
+ KstFFTOptionsPlugin(QObject *parent = 0) : KstWidgetPlugin(parent) {}
QString name() const {
return QLatin1String("KstFFTOptions");
} //do not translate
@@ -279,7 +279,7 @@
_plugins.append(new CurvePlacementWidgetPlugin(this));
_plugins.append(new EditMultipleWidgetPlugin(this));
_plugins.append(new KstDataRangePlugin(this));
- _plugins.append(new FFTOptionsWidgetPlugin(this));
+ _plugins.append(new KstFFTOptionsPlugin(this));
_plugins.append(new MatrixSelectorPlugin(this));
_plugins.append(new ScalarSelectorPlugin(this));
_plugins.append(new StringSelectorPlugin(this));
More information about the Kst
mailing list