Index: debugger/QT/SkDebuggerGUI.h |
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h |
index 9f00efaa9ebb5bed44f08ae81b55b87eb7a49933..871f7974b29aca295df563a423ff5c28e8104896 100644 |
--- a/debugger/QT/SkDebuggerGUI.h |
+++ b/debugger/QT/SkDebuggerGUI.h |
@@ -64,10 +64,10 @@ public: |
*/ |
void openFile(const QString& filename); |
-signals: |
+Q_SIGNALS: |
void commandChanged(int command); |
-private slots: |
+private Q_SLOTS: |
/** |
Toggles breakpoint view in the list widget. |
*/ |