From 51e437f7eb7e8908798392b345a7693b829516be Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:10:49 -0600 Subject: Rename additional global functions and variables for tqt3 --- noatun-plugins/noatunmadness/madness.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'noatun-plugins/noatunmadness/madness.cpp') diff --git a/noatun-plugins/noatunmadness/madness.cpp b/noatun-plugins/noatunmadness/madness.cpp index 84c61bc..6936889 100644 --- a/noatun-plugins/noatunmadness/madness.cpp +++ b/noatun-plugins/noatunmadness/madness.cpp @@ -42,7 +42,7 @@ Madness::~Madness() TQMap::ConstIterator it(mOriginalPositions.begin()); for (; it != mOriginalPositions.end(); ++it) - XMoveWindow(qt_xdisplay(), it.key(), (*it).x(), (*it).y()); + XMoveWindow(tqt_xdisplay(), it.key(), (*it).x(), (*it).y()); } void Madness::update() @@ -115,7 +115,7 @@ void Madness::scopeEvent(float *d, int size) dy = -dy; - XMoveWindow(qt_xdisplay(), i.win, x + dx, y + dy); + XMoveWindow(tqt_xdisplay(), i.win, x + dx, y + dy); } } -- cgit v1.2.1