From 0a3ab70a5be70bb04691a2a566ce63719e57f83e Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 22 Oct 2004 15:11:42 +0000 Subject: Open the Context-Menu on rightButtonPress instead of clicked. This makes wellenreiter behave like other RoH capable applications --- diff --git a/noncore/net/wellenreiter/gui/scanlist.cpp b/noncore/net/wellenreiter/gui/scanlist.cpp index fa1d724..8c2015e 100644 --- a/noncore/net/wellenreiter/gui/scanlist.cpp +++ b/noncore/net/wellenreiter/gui/scanlist.cpp @@ -86,7 +86,7 @@ MScanListView::MScanListView( QWidget* parent, const char* name ) setRootIsDecorated( true ); setAllColumnsShowFocus( true ); - connect( this, SIGNAL( rightButtonClicked(QListViewItem*,const QPoint&,int) ), + connect( this, SIGNAL( rightButtonPressed(QListViewItem*,const QPoint&,int) ), this, SLOT( contextMenuRequested(QListViewItem*,const QPoint&,int) ) ); #ifdef QWS -- cgit v0.9.0.2