summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index eaa85c7..0aa87fd 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -516,7 +516,7 @@ void SheMov::createActions(){
mPVSlideDlgA = new QAction(QIcon(":/hourglass_figure.png"), tr("Show slide dialog..."), this);
mPVSlideDlgA->setData(PictureViewer2::SlideAction);
mPicWidget->picView()->addAction(mPVSlideDlgA);
- connect(mPVSlideDlgA, SIGNAL(triggered()), picViewer, SLOT(doSlide()));
+ connect(mPVSlideDlgA, SIGNAL(triggered()), picViewer, SLOT(showSlide()));
mPicWidget->picView()->addAction(createSeparator());
// Show/Hide Picture Viewer