summaryrefslogtreecommitdiffstats
path: root/kdoctools/xslt.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-18 17:30:42 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-18 17:30:42 -0500
commitd6ee27dacd1a96ef9e5819695c7eb62720e738bc (patch)
tree895dad88ec12a3e9ccbe1dcb6e70e40bd6931d53 /kdoctools/xslt.cpp
parenta37d43794f4369915068f585f6ff4720e93dd2af (diff)
downloadtdelibs-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.cpp2
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;