From d6ee27dacd1a96ef9e5819695c7eb62720e738bc Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 18 Apr 2013 17:30:42 -0500 Subject: Update files and references in support of bug report 1446. --- kdoctools/xslt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdoctools/xslt.cpp') diff --git a/kdoctools/xslt.cpp b/kdoctools/xslt.cpp index 498e6b2c8..a6e144ce8 100644 --- a/kdoctools/xslt.cpp +++ b/kdoctools/xslt.cpp @@ -235,7 +235,7 @@ static bool readCache( const TQString &filename, kdDebug( 7119 ) << "verifyCache " << filename << " " << cache << endl; if ( !compareTimeStamps( filename, cache ) ) return false; - if ( !compareTimeStamps( locate( "dtd", "customization/kde-chunk.xsl"), cache ) ) + if ( !compareTimeStamps( locate( "dtd", "customization/tde-chunk.xsl"), cache ) ) return false; kdDebug( 7119 ) << "create filter" << endl; -- cgit v1.2.3