diff options
Diffstat (limited to 'kdoctools')
-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 94c66ff6a..7973fbfbc 100644 --- a/kdoctools/xslt.cpp +++ b/kdoctools/xslt.cpp @@ -205,7 +205,7 @@ static TQIODevice *getBZip2device(const TQString &fileName ) if ( base ) { - base->setDevice(TQT_TQIODEVICE(f), true); + base->setDevice(f, true); return new KFilterDev(base, true); } return 0; |