diff options
Diffstat (limited to 'noatun/modules/systray/systray.cpp')
-rw-r--r-- | noatun/modules/systray/systray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/systray/systray.cpp b/noatun/modules/systray/systray.cpp index 4d008783..255dd6c9 100644 --- a/noatun/modules/systray/systray.cpp +++ b/noatun/modules/systray/systray.cpp @@ -389,7 +389,7 @@ void NoatunSystray::showPassivePopup() box->setSpacing(8); // Algorithm for determining popup location from kpassivepopup.cpp via JuK - NETWinInfo ni(qt_xdisplay(), mTray->winId(), qt_xrootwin(), + NETWinInfo ni(tqt_xdisplay(), mTray->winId(), tqt_xrootwin(), NET::WMIconGeometry | NET::WMKDESystemTrayWinFor); NETRect frame, win; ni.kdeGeometry(frame, win); |