Bug 40509 - Class wizard calculates wrong include directive for base classes with scope (e.g. KParts::MainWindow)
Summary: Class wizard calculates wrong include directive for base classes with scope (...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: 2.1
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-08 19:48 UTC by Bjoern Wolf
Modified: 2003-07-08 23:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bjoern Wolf 2002-04-08 19:35:45 UTC
(*** 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)
Comment 1 Alexander Dymo 2003-07-08 23:02:53 UTC
In KDevelop 3.0 there is a possibility to alter base class include string directly in "New class" 
wizard. Please upgrade.