diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:15:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:15:05 -0600 |
commit | abfa1c9a02b064549c5e73af4a5779d1636d66fe (patch) | |
tree | adb7257f16514301743396c5589ebee6b165c59c /noatun/modules | |
parent | 96842585886a67c6ab4e2cf83bc69e6156ee2c11 (diff) | |
download | tdemultimedia-abfa1c9a02b064549c5e73af4a5779d1636d66fe.tar.gz tdemultimedia-abfa1c9a02b064549c5e73af4a5779d1636d66fe.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'noatun/modules')
-rw-r--r-- | noatun/modules/kaiman/userinterface.cpp | 2 | ||||
-rw-r--r-- | noatun/modules/systray/systray.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/kaiman/userinterface.cpp b/noatun/modules/kaiman/userinterface.cpp index 3d1791ec..7faecc3b 100644 --- a/noatun/modules/kaiman/userinterface.cpp +++ b/noatun/modules/kaiman/userinterface.cpp @@ -160,7 +160,7 @@ bool Kaiman::loadStyle( const TQString &style, const TQString &desc ) if ( _style->Mask() != 0 ) { // Set the shaped window form - XShapeCombineMask( qt_xdisplay(), winId(), ShapeBounding, 0,0, + XShapeCombineMask( tqt_xdisplay(), winId(), ShapeBounding, 0,0, _style->Mask()->handle(), ShapeSet ); } 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); |