summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui/imageviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/imageviewer.cpp b/src/ui/imageviewer.cpp
index 37cb917..5d6f34d 100644
--- a/src/ui/imageviewer.cpp
+++ b/src/ui/imageviewer.cpp
@@ -1454,7 +1454,7 @@ namespace FQTerm {
FQ_VERIFY(connect(tree_, SIGNAL(activated(const QModelIndex &)),
this, SLOT(onChange(const QModelIndex &))));
FQ_VERIFY(connect(tree_->selectionModel(),
- SIGNAL(selectionChanged(const QIetmSelection&,
+ SIGNAL(selectionChanged(const QItemSelection&,
const QItemSelection&)),
this, SLOT(selectionChanged(const QItemSelection&,
const QItemSelection&))));