Index: debugger/QT/SkCanvasWidget.h |
diff --git a/debugger/QT/SkCanvasWidget.h b/debugger/QT/SkCanvasWidget.h |
index 330861342fcddb8d6a635c205cde939285034c30..45ab0a4f034e8d4748b4c9e686ae108c32af3357 100644 |
--- a/debugger/QT/SkCanvasWidget.h |
+++ b/debugger/QT/SkCanvasWidget.h |
@@ -49,14 +49,14 @@ public: |
kIn_ZoomCommand, |
kOut_ZoomCommand, |
}; |
-public slots: |
+public Q_SLOTS: |
/** |
* Zooms in or out (see ZoomCommandTypes) by the standard zoom factor |
* with the transformation centered in the middle of the widget. |
*/ |
void zoom(int zoomCommand); |
-signals: |
+Q_SIGNALS: |
void scaleFactorChanged(float newScaleFactor); |
void commandChanged(int newCommand); |
void hitChanged(int hit); |