summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/inputstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxywizard/inputstring.h')
-rw-r--r--addon/doxywizard/inputstring.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/addon/doxywizard/inputstring.h b/addon/doxywizard/inputstring.h
index 657bfa7..cd2ac91 100644
--- a/addon/doxywizard/inputstring.h
+++ b/addon/doxywizard/inputstring.h
@@ -26,7 +26,6 @@ class QLabel;
class QLineEdit;
class QPushButton;
class QComboBox;
-class PageWidget;
class InputString : public QWidget, public IInput
{
@@ -39,7 +38,7 @@ class InputString : public QWidget, public IInput
StringFixed=3
};
- InputString( const QString &text, PageWidget *parent, QCString &s,
+ InputString( const QString &text, QWidget *parent, QCString &s,
StringMode m=StringFree );
~InputString();
void setEnabled(bool);