------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=148130 Summary: QMake manager: ui.h file not recreated after changes to the .ui file Product: kdevelop Version: 3.4.1 Platform: SuSE RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: DrDiettrich1 aol com Version: 3.4.1 (using KDE KDE 3.5.5) Installed from: SuSE RPMs OS: Linux Start a (Qt3) QMake project in Kdevelop. Add a new FORMS (Qt3 main window), set it's name to e.g. MyForm. Build the project, let QMake run. Inspect myform.h: class Form1 <----- should be MyForm Further changes to the .ui are not (not all/not everywhere) reflected in the created files. Correcting the form class name in the myform.h file (and others) results in compilation errors, because the automatically created files do not always reflect the proper name, Form1 pops up every now and then. Sometimes it helps to delete all dependent/autogenerated files, but I cannot describe steps to provide a working solution. Possibly related problems: Show ui.h file (from the .ui context menu) doesn't show anything. Perhaps a wrong name (*.ui.h?) is assumed? Create an implementation (subclass) reports: Class was created, but not found in class store. All autogenerated files should be closed in the IDE, whenever they might be regenerated - otherwise things tend to go out of sync, resulting in reload/overwrite/whatever dialog boxes popping up, confusing the user and resulting in mostly inappropriate decisions. Crashes of Kdevelop occur every now and then. DoDi _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs