Version: 1.2.1 (KDE 3.2.1) (using KDE KDE 3.2.1) Installed from: Compiled From Sources Compiler: gcc 3.3.3 OS: Linux Create a new class in a class diagram. Name it foo. Generate code with empty constructors. Files foo.h and foo.cpp are generated where in the foo.h the constructor for class foo is correctly named as foo(). Double click the foo class in the class diagram and rename it to bar. Generate the code again. Files bar.h and bar.cpp are generated where in the bar.h the constructor for class bar is incorrectly foo(). -> Renaming the class after it's creation is not propagated to code generation of empty constructor's name.
I've not the bug with the svn version (revision: 582581) and kde 3.5.4. Maybe the bug has been killed by a previous commit.
Thanks for checking.