(*** This bug was imported into bugs.kde.org ***) Package: kdevelop Version: 2.1 (using KDE 3.0.0 ) Severity: wishlist Installed from: Compiled From Sources Compiler: Not Specified OS: Linux OS/Compiler notes: Not Specified When using the KDevelop class wizard to create a class based in a different namespace like KParts::MainWindow it would be nice if it generated the includes like this: #include <kparts/mainwindow.h> instead of: #include <kparts::mainwindow.h> Thank you. (Submitted via bugs.kde.org) (Called from KBugReport dialog. Fields Application KDE Version OS Compiler manually changed)
In KDevelop 3.0 there is a possibility to alter base class include string directly in "New class" wizard. Please upgrade.