Replaced various '#define' with actual strings - part 5

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/35/head
Michele Calgaro 6 months ago
parent 4b8d607103
commit d9897a720a
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -946,8 +946,8 @@ bool ClassGenerator::initStreams(const TQString& baseName,
return false;
}
headerStream.setDevice(TQT_TQIODEVICE(headerFile));
sourceStream.setDevice(TQT_TQIODEVICE(sourceFile));
headerStream.setDevice(headerFile);
sourceStream.setDevice(sourceFile);
// create header
writeFileHeader(headerStream);

Loading…
Cancel
Save