aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/declarative/items/qsgcanvas.h4
-rw-r--r--src/declarative/scenegraph/util/qsgengine.h2
2 files changed, 3 insertions, 3 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();
diff --git a/src/declarative/scenegraph/util/qsgengine.h b/src/declarative/scenegraph/util/qsgengine.h
index 9e07f3530d..1665d88ca3 100644
--- a/src/declarative/scenegraph/util/qsgengine.h
+++ b/src/declarative/scenegraph/util/qsgengine.h
@@ -79,7 +79,7 @@ public:
void setClearColor(const QColor &color);
QColor clearColor() const;
-signals:
+Q_SIGNALS:
void beforeRendering();
void afterRendering();