summaryrefslogtreecommitdiffstats
path: root/src/mangen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.cpp')
-rw-r--r--src/mangen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mangen.cpp b/src/mangen.cpp
index 67c389b..fc5f504 100644
--- a/src/mangen.cpp
+++ b/src/mangen.cpp
@@ -422,9 +422,9 @@ void ManGenerator::startDoxyAnchor(const char *,const char *manName,
{
if ( linkfile.open( IO_WriteOnly ) )
{
- QTextStream linkstream;
+ FTextStream linkstream;
linkstream.setDevice(&linkfile);
- linkstream.setEncoding(QTextStream::UnicodeUTF8);
+ //linkstream.setEncoding(QTextStream::UnicodeUTF8);
linkstream << ".so man" << getExtension() << "/" << buildFileName( manName ) << endl;
}
}