From c6e2322e5357736871bd6d5c1f87222fe9dac738 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 15 Feb 2013 10:48:51 +0100 Subject: Make Qt5 compatible. --- client/collapser.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/collapser.cc') diff --git a/client/collapser.cc b/client/collapser.cc index abbe295..802c4a7 100644 --- a/client/collapser.cc +++ b/client/collapser.cc @@ -173,14 +173,14 @@ void Collapser::Placeholder::grabFrom(QWidget *w) { weight = 0; // Reset - pixmap_from = grab(w, from_height, width()); + pixmap_from = ::grab(w, from_height, width()); } void Collapser::Placeholder::grabTo(QWidget *w) { weight = 0; // Reset - pixmap_to = grab(w, to_height, width()); + pixmap_to = ::grab(w, to_height, width()); } void Collapser::Placeholder::setWeight(double w) -- cgit v1.2.3