[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Apr 8 07:11:17 CEST 2004
CVS commit by staikos:
that's a slot, not a signal
M +1 -1 ksteventmonitor_i.cpp 1.5
--- kdeextragear-2/kst/kst/ksteventmonitor_i.cpp #1.4:1.5
@@ -74,5 +74,5 @@ KstEventMonitorI::KstEventMonitorI(QWidg
connect(vectorSelector, SIGNAL(newVectorCreated(const QString&)), this, SIGNAL(modified()));
connect(vectorSelectorEq, SIGNAL(newVectorCreated(const QString&)), this, SIGNAL(modified()));
- connect( scalarSelectorEq, SIGNAL( newScalarCreated() ), this, SIGNAL(update()));
+ connect( scalarSelectorEq, SIGNAL( newScalarCreated() ), this, SLOT(update()));
connect( buttonGroupLog, SIGNAL( clicked(int) ), this, SLOT( logChanged(int) ) );
connect( Close, SIGNAL( clicked() ), this, SLOT( close() ) );
More information about the Kst
mailing list