[Kst] branches/work/kst/portto4/kst/src/libkstapp
Mike Fenton
mike at staikos.net
Fri Jun 26 20:13:23 CEST 2009
SVN commit 987829 by fenton:
Fix signal.
M +2 -2 scalardialog.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/scalardialog.cpp #987828:987829
@@ -34,8 +34,8 @@
connect(_scalarValue, SIGNAL(textChanged(const QString&)), this, SLOT(entryChanged()));
connect(_start, SIGNAL(textChanged(const QString&)), this, SLOT(entryChanged()));
- connect(_field, SIGNAL(textChanged(const QString&)), this, SLOT(entryChanged()));
- connect(_fieldRV, SIGNAL(textChanged(const QString&)), this, SLOT(entryChanged()));
+ connect(_field, SIGNAL(editTextChanged(const QString&)), this, SLOT(entryChanged()));
+ connect(_fieldRV, SIGNAL(editTextChanged(const QString&)), this, SLOT(entryChanged()));
connect(_readFromSource, SIGNAL(toggled(bool)), this, SLOT(readFromSourceChanged()));
connect(_readFromRVector, SIGNAL(toggled(bool)), this, SLOT(readFromSourceChanged()));
connect(_fileName, SIGNAL(changed(const QString &)), this, SLOT(fileNameChanged(const QString &)));
More information about the Kst
mailing list