[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Fri Oct 21 06:58:35 CEST 2005
SVN commit 472528 by staikos:
compile
M +2 -0 Makefile.am
M +1 -1 curvedifferentiate.ui
M +2 -2 kstcurvedifferentiate_i.cpp
--- trunk/extragear/graphics/kst/kst/Makefile.am #472527:472528
@@ -100,6 +100,8 @@
datarangewidget.ui \
fftoptionswidget.ui \
matrixselector.ui \
+ kstcurvedifferentiate_i.cpp \
+ curvedifferentiate.ui \
curveplacementwidget.ui \
curveappearancewidget.ui \
csddialog.ui \
--- trunk/extragear/graphics/kst/kst/curvedifferentiate.ui #472527:472528
@@ -1,5 +1,5 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
-<class>curveDifferentiate</class>
+<class>KstCurveDifferentiate</class>
<widget class="QDialog">
<property name="name">
<cstring>curveDifferentiate</cstring>
--- trunk/extragear/graphics/kst/kst/kstcurvedifferentiate_i.cpp #472527:472528
@@ -41,8 +41,8 @@
availableListBox->insertItem(i18n("Line Style"));
availableListBox->insertItem(i18n("Line Width"));
- connect(_Cancel, SIGNAL(clicked()), this, SLOT(close()));
- connect(_OK, SIGNAL(clicked()), this, SLOT(apply()));
+ connect(Cancel_2, SIGNAL(clicked()), this, SLOT(close()));
+ connect(OK_2, SIGNAL(clicked()), this, SLOT(apply()));
// more connections to emulate kactionselector behaviour
connect(leftButton, SIGNAL(clicked()), this, SLOT(leftButtonClicked()));
More information about the Kst
mailing list