diff --git a/Polyhedron/demo/Polyhedron/Plugins/IO/XYZ_io_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/IO/XYZ_io_plugin.cpp index 5b2a9fe8221..bc7edd08090 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/IO/XYZ_io_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/IO/XYZ_io_plugin.cpp @@ -35,7 +35,7 @@ public: this->mw = mainWindow; //creates and link the actions actionAdd_point_set= new QAction("Add Point Sets", mw); - autoConnectActions(); + connect(actionAdd_point_set, SIGNAL(triggered()), this, SLOT(on_actionAdd_point_set_triggered())); QMenu* menuFile = mw->findChild("menuFile"); if ( NULL != menuFile )