aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgcanvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/items/qsgcanvas.h')
-rw-r--r--src/declarative/items/qsgcanvas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/items/qsgcanvas.h b/src/declarative/items/qsgcanvas.h
index d076d098ab..54701cae4f 100644
--- a/src/declarative/items/qsgcanvas.h
+++ b/src/declarative/items/qsgcanvas.h
@@ -75,7 +75,7 @@ public:
QSGEngine *sceneGraphEngine() const;
-signals:
+Q_SIGNALS:
void sceneGraphInitialized();
protected:
@@ -100,7 +100,7 @@ protected:
virtual void wheelEvent(QWheelEvent *);
#endif
-private slots:
+private Q_SLOTS:
void sceneGraphChanged();
void maybeUpdate();