summaryrefslogtreecommitdiff
path: root/addon/doxywizard/inputobsolete.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxywizard/inputobsolete.h')
-rw-r--r--addon/doxywizard/inputobsolete.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/addon/doxywizard/inputobsolete.h b/addon/doxywizard/inputobsolete.h
index b8e33e5..d1d90a5 100644
--- a/addon/doxywizard/inputobsolete.h
+++ b/addon/doxywizard/inputobsolete.h
@@ -13,6 +13,8 @@
#ifndef INPUTOBSOLETE_H
#define INPUTOBSOLETE_H
+#include "input.h"
+
class InputObsolete : public Input
{
public:
@@ -28,7 +30,7 @@ class InputObsolete : public Input
void updateDependencies() {}
void reset() {}
bool isDefault() { return false; }
- void writeValue(QTextStream &,QTextCodec *) {}
+ void writeValue(QTextStream &,TextCodecAdapter *) {}
void setTemplateDocs(const QString &) {}
bool isEmpty() { return false; };
Kind orgKind() const { return m_orgKind; }