CVS commit by staikos:
Qt 3.1 compat
M +2 -0 ascii.cpp 1.58
--- kdeextragear-2/kst/kst/datasources/ascii/ascii.cpp #1.57:1.58
@@ -228,5 +228,7 @@ bool AsciiSource::initRowIndex() {
int didRead = 0;
QString ignore;
+#if QT_VERSION >= 0x030200
ignore.reserve(1001);
+#endif
while (left > 0) {
int thisRead = file.readLine(ignore, 1000);