summaryrefslogtreecommitdiffstats
path: root/examples/animation/sub-attaq/boat.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/sub-attaq/boat.h')
-rw-r--r--examples/animation/sub-attaq/boat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/animation/sub-attaq/boat.h b/examples/animation/sub-attaq/boat.h
index 08a9fa2..b412739 100644
--- a/examples/animation/sub-attaq/boat.h
+++ b/examples/animation/sub-attaq/boat.h
@@ -59,7 +59,6 @@ QT_END_NAMESPACE
class Boat : public QGraphicsWidget
{
Q_OBJECT
-Q_PROPERTY(QPointF pos READ pos WRITE setPos)
public:
enum Movement {
None = 0,
@@ -85,7 +84,7 @@ public:
virtual int type() const;
-Q_SIGNALS:
+signals:
void boatDestroyed();
void boatExecutionFinished();