------- 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=115375 Summary: "goto include file" opens another, which has the desired as suffix Product: kdevelop Version: 3.2.1 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: TorstenSchmits gmx net Version: 3.2.1 (using KDE 3.4.1, Gentoo) Compiler: gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8) OS: Linux (i686) release 2.6.12-gentoo-r10 I have got #include "GLObject.h" in a file, and when I right-click and select "goto include file", the file "explicitGLObject.h" is opened, which is also in the project. I could not reproduce this, but when I add another file, "Object.h", and include it, it also opens the "explicitGLObject.h" file. It is a qmake project.