diff options
Diffstat (limited to 'languages/cpp')
-rw-r--r-- | languages/cpp/cppsupportpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/cppsupportpart.cpp b/languages/cpp/cppsupportpart.cpp index 204b5a69..4f0f19d6 100644 --- a/languages/cpp/cppsupportpart.cpp +++ b/languages/cpp/cppsupportpart.cpp @@ -2101,7 +2101,7 @@ bool CppSupportPart::isValidSource( const TQString& fileName ) const return /*project() && project() ->isProjectFile( path ) &&*/ ( isSource( path ) || isHeader( path ) ) - && !TQFile::exists( fileInfo.dirPath( true ) + "/.kdev_ignore" ); + && !TQFile::exists( fileInfo.dirPath( true ) + "/.tdev_ignore" ); } TQString CppSupportPart::formatModelItem( const CodeModelItem *item, bool shortDescription ) |