@ -312,7 +312,7 @@ TQString Printer::classImplementation( const Class &c )
if ( c.isTQObject() ) {
code.newLine();
code += "#include \"" + c.name().lower() + ".tqmoc\"";
code += "#include \"" + c.name().lower() + ".moc\"";
}
return code.text();