summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxitem.h')
-rw-r--r--src/declarative/fx/qfxitem.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h
index 7de0aae..3f7784b 100644
--- a/src/declarative/fx/qfxitem.h
+++ b/src/declarative/fx/qfxitem.h
@@ -94,6 +94,7 @@ class QmlContext;
class QmlState;
class QmlTransition;
class QFxTransform;
+class QFxKeyEvent;
class QFxItemPrivate;
class Q_DECLARATIVE_EXPORT QFxItem : public QSimpleCanvasItem, public QmlParserStatus
{
@@ -228,8 +229,8 @@ Q_SIGNALS:
void focusChanged();
void activeFocusChanged();
void parentChanged();
- void keyPress(QObject *event);
- void keyRelease(QObject *event);
+ void keyPress(QFxKeyEvent *event);
+ void keyRelease(QFxKeyEvent *event);
void rotationChanged();
void scaleChanged();
void opacityChanged();