diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-09-27 17:06:31 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-09-27 17:06:31 (GMT) |
commit | 858708350c055a757c1e34461a06c5cf2277f2db (patch) | |
tree | f0751a83dd63c0dc8f76a3cd2044acf074e860a2 /src/latexdocvisitor.h | |
parent | 047ff890c6a53d02ffc96712f8e6dac03fdf3e04 (diff) | |
download | Doxygen-858708350c055a757c1e34461a06c5cf2277f2db.zip Doxygen-858708350c055a757c1e34461a06c5cf2277f2db.tar.gz Doxygen-858708350c055a757c1e34461a06c5cf2277f2db.tar.bz2 |
Release-1.2.18-20020927
Diffstat (limited to 'src/latexdocvisitor.h')
-rw-r--r-- | src/latexdocvisitor.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/latexdocvisitor.h b/src/latexdocvisitor.h index 504da97..70a6b27 100644 --- a/src/latexdocvisitor.h +++ b/src/latexdocvisitor.h @@ -23,7 +23,7 @@ class QTextStream; class BaseCodeDocInterface; -class QCString; +class QString; /*! @brief Concrete visitor implementation for LaTeX output. */ class LatexDocVisitor : public DocVisitor @@ -130,10 +130,10 @@ class LatexDocVisitor : public DocVisitor //-------------------------------------- void filter(const char *str); - void startLink(const QCString &ref,const QCString &file, - const QCString &anchor); + void startLink(const QString &ref,const QString &file, + const QString &anchor); void endLink(); - QCString escapeMakeIndexChars(const char *s); + QString escapeMakeIndexChars(const char *s); //-------------------------------------- // state variables |