more rename to kconfig_compiler_kf5

wilder
Jonathan Riddell 12 years ago
parent 775755fb53
commit 245cc947f2
  1. 2
      src/kconfig_compiler/kconfig_compiler.cpp

@ -2136,7 +2136,7 @@ int main(int argc, char **argv)
QTextStream cpp(&implementation);
cpp << "// This file is generated by kconfig_compiler from " << QFileInfo(inputFilename).fileName() << "." << endl;
cpp << "// This file is generated by kconfig_compiler_kf5 from " << QFileInfo(inputFilename).fileName() << "." << endl;
cpp << "// All changes you do to this file will be lost." << endl << endl;
cpp << "#include \"" << headerFileName << "\"" << endl << endl;

Loading…
Cancel
Save