diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-18 17:30:42 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-18 17:30:42 -0500 |
commit | d6ee27dacd1a96ef9e5819695c7eb62720e738bc (patch) | |
tree | 895dad88ec12a3e9ccbe1dcb6e70e40bd6931d53 /kdoctools/xslt.cpp | |
parent | a37d43794f4369915068f585f6ff4720e93dd2af (diff) | |
download | tdelibs-d6ee27dacd1a96ef9e5819695c7eb62720e738bc.tar.gz tdelibs-d6ee27dacd1a96ef9e5819695c7eb62720e738bc.zip |
Update files and references in support of bug report 1446.
Diffstat (limited to 'kdoctools/xslt.cpp')
-rw-r--r-- | kdoctools/xslt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |