diff options
Diffstat (limited to 'src/translator_dk.h')
-rw-r--r-- | src/translator_dk.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/translator_dk.h b/src/translator_dk.h index f0d235a..b5a14d2 100644 --- a/src/translator_dk.h +++ b/src/translator_dk.h @@ -37,9 +37,7 @@ #ifndef TRANSLATOR_DK_H #define TRANSLATOR_DK_H -#include "translator.h" - -class TranslatorDanish : public Translator +class TranslatorDanish : public TranslatorAdapterCVS { public: @@ -879,17 +877,17 @@ class TranslatorDanish : public Translator { return "Hop til denne fils dokumentation."; } - /*! Text for the \pre command */ + /*! Text for the \\pre command */ virtual QCString trPrecondition() { return "Precondition"; } - /*! Text for the \post command */ + /*! Text for the \\post command */ virtual QCString trPostcondition() { return "Postcondition"; } - /*! Text for the \invariant command */ + /*! Text for the \\invariant command */ virtual QCString trInvariant() { return "Invariant"; |