[Kst] kdeextragear-2/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Sun Sep 21 13:52:20 CEST 2003
CVS commit by netterfield:
bugfix for d2asc
M +1 -1 d2asc.cpp 1.12
M +1 -1 kstfile.cpp 1.21
--- kdeextragear-2/kst/kst/kstfile.cpp #1.20:1.21
@@ -158,5 +158,5 @@ int KstFile::numFrames() const {
/** Returns true if the field is valid, or false if it is not */
bool KstFile::isValidField(const char *field) const {
- return isValidField(field);
+ return isValidField(QString(field));
}
More information about the Kst
mailing list