summaryrefslogtreecommitdiffstats
path: root/juk
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-02 02:15:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-02 02:15:05 -0600
commitabfa1c9a02b064549c5e73af4a5779d1636d66fe (patch)
treeadb7257f16514301743396c5589ebee6b165c59c /juk
parent96842585886a67c6ab4e2cf83bc69e6156ee2c11 (diff)
downloadtdemultimedia-abfa1c9a02b064549c5e73af4a5779d1636d66fe.tar.gz
tdemultimedia-abfa1c9a02b064549c5e73af4a5779d1636d66fe.zip
Rename additional global functions and variables for tqt3
Diffstat (limited to 'juk')
-rw-r--r--juk/systemtray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/systemtray.cpp b/juk/systemtray.cpp
index 4b6587f7..b9a3fd0c 100644
--- a/juk/systemtray.cpp
+++ b/juk/systemtray.cpp
@@ -412,7 +412,7 @@ bool SystemTray::buttonsToLeft() const
{
// The following code was nicked from kpassivepopup.cpp
- NETWinInfo ni(qt_xdisplay(), winId(), qt_xrootwin(),
+ NETWinInfo ni(tqt_xdisplay(), winId(), tqt_xrootwin(),
NET::WMIconGeometry | NET::WMKDESystemTrayWinFor);
NETRect frame, win;
ni.kdeGeometry(frame, win);