summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/qmlnumberformatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/extra/qmlnumberformatter.h')
-rw-r--r--src/declarative/extra/qmlnumberformatter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qmlnumberformatter.h b/src/declarative/extra/qmlnumberformatter.h
index 6924fa5..d9abee7 100644
--- a/src/declarative/extra/qmlnumberformatter.h
+++ b/src/declarative/extra/qmlnumberformatter.h
@@ -73,7 +73,7 @@ public:
void setFormat(const QString &);
virtual void classBegin();
- virtual void classComplete();
+ virtual void componentComplete();
Q_SIGNALS:
void textChanged();