aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/macextras/qmactoolbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macextras/qmactoolbutton.h b/src/macextras/qmactoolbutton.h
index 380422f..e63fefc 100644
--- a/src/macextras/qmactoolbutton.h
+++ b/src/macextras/qmactoolbutton.h
@@ -88,7 +88,7 @@ private:
StandardItem m_standardItem;
public: // (not really public)
QAction *m_action;
- void emitActivated() { emit activated(); }
+ void emitActivated() { Q_EMIT activated(); }
};
QT_END_NAMESPACE