From c64f5cd89199921add503ec995754dc32bd27cf2 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Sat, 16 Jun 2012 12:03:11 +0200 Subject: [PATCH] fix #5543 --- src/plugins/spatialquery/qgsspatialqueryplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/spatialquery/qgsspatialqueryplugin.cpp b/src/plugins/spatialquery/qgsspatialqueryplugin.cpp index 70f4c3b7316b..fbcbfc3c6608 100644 --- a/src/plugins/spatialquery/qgsspatialqueryplugin.cpp +++ b/src/plugins/spatialquery/qgsspatialqueryplugin.cpp @@ -79,7 +79,7 @@ void QgsSpatialQueryPlugin::initGui() mSpatialQueryAction = new QAction( QIcon(), tr( "&Spatial Query" ), this ); // Connect the action to the spatialQuery slot - connect( mSpatialQueryAction, SIGNAL( activated() ), this, SLOT( run() ) ); + connect( mSpatialQueryAction, SIGNAL( triggered() ), this, SLOT( run() ) ); setCurrentTheme( "" ); // this is called when the icon theme is changed