------- 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=108061 Summary: code completion uses wrong struct Product: kdevelop Version: unspecified Platform: SuSE RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: kbriggs2 binghamton edu Version: 3.2.0 (using KDE KDE 3.4.0) Installed from: SuSE RPMs OS: Linux I have two structs in my program called node. The definition for one node resides in a keywordlist class, The other resides in an imagelist class. When working in a function in my keywordlist class I have... node * ptr; ptr-> The code completion gives me the options for node, but the wrong node. It gives me the options for the node in the imagelist class.