summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/qfxintegermodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/extra/qfxintegermodel.h')
-rw-r--r--src/declarative/extra/qfxintegermodel.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/declarative/extra/qfxintegermodel.h b/src/declarative/extra/qfxintegermodel.h
index 7fced2c..cf69bdc 100644
--- a/src/declarative/extra/qfxintegermodel.h
+++ b/src/declarative/extra/qfxintegermodel.h
@@ -52,13 +52,13 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
-class QFxIntegerModelPrivate;
-class Q_DECLARATIVE_EXPORT QFxIntegerModel : public QListModelInterface
+class QmlGraphicsIntegerModelPrivate;
+class Q_DECLARATIVE_EXPORT QmlGraphicsIntegerModel : public QListModelInterface
{
Q_OBJECT
public:
- QFxIntegerModel(QObject *parent=0);
- ~QFxIntegerModel();
+ QmlGraphicsIntegerModel(QObject *parent=0);
+ ~QmlGraphicsIntegerModel();
Q_PROPERTY(int minimum READ minimum WRITE setMinimum)
int minimum() const;
@@ -74,12 +74,12 @@ public:
QString toString(int role) const;
private:
- QFxIntegerModelPrivate *d;
+ QmlGraphicsIntegerModelPrivate *d;
};
QT_END_NAMESPACE
-QML_DECLARE_TYPE(QFxIntegerModel)
+QML_DECLARE_TYPE(QmlGraphicsIntegerModel)
QT_END_HEADER