diff options
Diffstat (limited to 'src/htmlexporter.cpp')
-rw-r--r-- | src/htmlexporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlexporter.cpp b/src/htmlexporter.cpp index a81c13f..413220b 100644 --- a/src/htmlexporter.cpp +++ b/src/htmlexporter.cpp @@ -200,7 +200,7 @@ void HTMLExporter::exportBasket(Basket *basket, bool isSubBasket) TQFile file(basketFilePath); if (!file.open(IO_WriteOnly)) return; - stream.setDevice(TQT_TQIODEVICE(&file)); + stream.setDevice(&file); stream.setEncoding(TQTextStream::UnicodeUTF8); // Compute the colors to draw dragient for notes: |