[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Sep 23 17:51:41 CEST 2004
CVS commit by staikos:
typo :)
M +1 -1 kstchangefiledialog_i.cpp 1.25
--- kdeextragear-2/kst/kst/kstchangefiledialog_i.cpp #1.24:1.25
@@ -38,5 +38,5 @@ KstChangeFileDialogI::KstChangeFileDialo
_clearFilter->setPixmap(BarIcon("locationbar_erase"));
connect(_clearFilter, SIGNAL(clicked()), _filter, SLOT(clear()));
- connect(_clearFilter, SIGNAL(clicked()), ChangeFileCurveList, SIGNAL(clearSelection()));
+ connect(_clearFilter, SIGNAL(clicked()), ChangeFileCurveList, SLOT(clearSelection()));
connect(_filter, SIGNAL(textChanged(const QString&)), this, SLOT(updateSelection(const QString&)));
connect(ChangeFileClear, SIGNAL(clicked()), _filter, SLOT(clear()));
More information about the Kst
mailing list