summaryrefslogtreecommitdiff
path: root/src/ui/imageviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/imageviewer.cpp')
-rw-r--r--src/ui/imageviewer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/imageviewer.cpp b/src/ui/imageviewer.cpp
index 296c5a8..79677c9 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 QItemSelection&,
+ SIGNAL(selectionChanged(const QIetmSelection&,
const QItemSelection&)),
this, SLOT(selectionChanged(const QItemSelection&,
const QItemSelection&))));
@@ -1711,7 +1711,7 @@ namespace FQTerm {
if (value.isValid()) {
checkState = static_cast<Qt::CheckState>(value.toInt());
- checkRect = check(opt, opt.rect, value);
+ checkRect = doCheck(opt, opt.rect, value);
}
// do the layout