summaryrefslogtreecommitdiffstats
path: root/kgantt/kgantt/xQGanttListViewPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgantt/kgantt/xQGanttListViewPort.h')
-rw-r--r--kgantt/kgantt/xQGanttListViewPort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgantt/kgantt/xQGanttListViewPort.h b/kgantt/kgantt/xQGanttListViewPort.h
index bb0d1b15..a2e97ca3 100644
--- a/kgantt/kgantt/xQGanttListViewPort.h
+++ b/kgantt/kgantt/xQGanttListViewPort.h
@@ -114,7 +114,7 @@ protected:
void mousePressEvent(TQMouseEvent* e) {
- if(e->button() == RightButton && e->state() == ControlButton ) {
+ if(e->button() == Qt::RightButton && e->state() == ControlButton ) {
_menu->popup(e->globalPos());
return;
}