diff options
author | Jonathan Riddell <jr@jriddell.org> | 2014-01-09 18:29:31 +0000 |
---|---|---|
committer | Jonathan Riddell <jr@jriddell.org> | 2014-01-09 18:29:31 +0000 |
commit | 245cc947f2aa927d215d192c0da1da45832c2e65 (patch) | |
tree | 7dba68efd4f545c4273d0dd6e7272934b4f4e60d /src | |
parent | 775755fb53586aa3e1675f784290be986f880773 (diff) | |
download | kconfig-245cc947f2aa927d215d192c0da1da45832c2e65.tar.gz kconfig-245cc947f2aa927d215d192c0da1da45832c2e65.tar.bz2 |
more rename to kconfig_compiler_kf5
Diffstat (limited to 'src')
-rw-r--r-- | src/kconfig_compiler/kconfig_compiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kconfig_compiler/kconfig_compiler.cpp b/src/kconfig_compiler/kconfig_compiler.cpp index 1c8d1bc2..df17d4c9 100644 --- a/src/kconfig_compiler/kconfig_compiler.cpp +++ b/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; |