summaryrefslogtreecommitdiff
path: root/client/collapser.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-02-15 10:48:51 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-02-15 10:48:51 +0100
commitc6e2322e5357736871bd6d5c1f87222fe9dac738 (patch)
tree002b0cfd719d956749e9f88ac21c6153d7c7fe23 /client/collapser.cc
parent985a62c8098587cb4938b9cdd09f56151777d952 (diff)
Make Qt5 compatible.
Diffstat (limited to 'client/collapser.cc')
-rw-r--r--client/collapser.cc4
1 files changed, 2 insertions, 2 deletions
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)