diff options
author | Timothy Pearson <[email protected]> | 2012-03-02 02:14:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-02 02:14:46 -0600 |
commit | 90a4df90811f0f978ae768939d8567f737e4c553 (patch) | |
tree | 057a536138b44495fc3aa26050c159fc6d3ef2ae /tdeui/kpassivepopup.cpp | |
parent | 4fb897b216c41c13f128c71bcc66f60e2dc601c4 (diff) | |
download | tdelibs-90a4df90811f0f978ae768939d8567f737e4c553.tar.gz tdelibs-90a4df90811f0f978ae768939d8567f737e4c553.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'tdeui/kpassivepopup.cpp')
-rw-r--r-- | tdeui/kpassivepopup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kpassivepopup.cpp b/tdeui/kpassivepopup.cpp index b348e1040..1e86bc57f 100644 --- a/tdeui/kpassivepopup.cpp +++ b/tdeui/kpassivepopup.cpp @@ -234,7 +234,7 @@ void KPassivePopup::hideEvent( TQHideEvent * ) TQRect KPassivePopup::defaultArea() const { #ifdef Q_WS_X11 - NETRootInfo info( qt_xdisplay(), + NETRootInfo info( tqt_xdisplay(), NET::NumberOfDesktops | NET::CurrentDesktop | NET::WorkArea, @@ -261,7 +261,7 @@ void KPassivePopup::positionSelf() } else { - NETWinInfo ni( qt_xdisplay(), window, qt_xrootwin(), + NETWinInfo ni( tqt_xdisplay(), window, tqt_xrootwin(), NET::WMIconGeometry | NET::WMKDESystemTrayWinFor ); // Figure out where to put the popup. Note that we must handle |