load and display a motif list
[mussa.git] / qui / PathWindow.cpp
index 5a7c47f157728ef25e823ea771a5b97694b24d7d..67ce139d267902c1f89187a1acb19bfc3385324c 100644 (file)
@@ -91,7 +91,7 @@ void PathWindow::setupActions()
 
   loadMotifListAction = new QAction(tr("Load Motif List"), this);
   connect(loadMotifListAction, SIGNAL(triggered()), 
-          this, SLOT(loadMotifList()));
+          scene, SLOT(loadMotifList()));
   
   loadMupaAction = new QAction(tr("Load Mussa Parameters"), this);
   connect(loadMupaAction, SIGNAL(triggered()), 
@@ -178,11 +178,6 @@ void PathWindow::createSubAnalysis()
   NotImplementedBox();
 }
 
-void PathWindow::loadMotifList()
-{
-  NotImplementedBox();
-}
-
 void PathWindow::saveMotifList()
 {
   NotImplementedBox();