summaryrefslogtreecommitdiffstats
path: root/src/translator_pt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_pt.h')
-rw-r--r--src/translator_pt.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/translator_pt.h b/src/translator_pt.h
index 2506f7f..23faf7f 100644
--- a/src/translator_pt.h
+++ b/src/translator_pt.h
@@ -57,7 +57,7 @@
#define TRANSLATOR_PT_H
-class TranslatorPortuguese : public Translator
+class TranslatorPortuguese : public TranslatorAdapter_1_8_15
{
public:
@@ -2138,9 +2138,7 @@ class TranslatorPortuguese : public Translator
virtual QCString trCustomReference(const char *name)
{ return "ReferĂȘncia de " + QCString(name); }
-//////////////////////////////////////////////////////////////////////////
-
-//////////////////////////////////////////////////////////////////////////
+ //////////////////////////////////////////////////////////////////////////
};
#endif