summaryrefslogtreecommitdiffstats
path: root/twin/geometrytip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/geometrytip.cpp')
-rw-r--r--twin/geometrytip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/geometrytip.cpp b/twin/geometrytip.cpp
index e196135ab..046f1d594 100644
--- a/twin/geometrytip.cpp
+++ b/twin/geometrytip.cpp
@@ -26,7 +26,7 @@ GeometryTip::GeometryTip( const XSizeHints* xSizeHints, bool save_under ):
{
XSetWindowAttributes attr;
attr.save_under = True; // use saveunder if possible to avoid weird effects in transparent mode
- XChangeWindowAttributes( qt_xdisplay(), winId(), CWSaveUnder, &attr );
+ XChangeWindowAttributes( tqt_xdisplay(), winId(), CWSaveUnder, &attr );
}
}