diff options
Diffstat (limited to 'noatun-plugins/noatunmadness')
-rw-r--r-- | noatun-plugins/noatunmadness/madness.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<WId, TQPoint>::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); } } |