diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:10:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:10:49 -0600 |
commit | 51e437f7eb7e8908798392b345a7693b829516be (patch) | |
tree | d7ba7a77ec9d96451f37929c3fa2e5a47edde60f /noatun-plugins | |
parent | 066482aa55ae84bdc2bfc5fa49cedfecff7ecdcc (diff) | |
download | tdeaddons-51e437f7eb7e8908798392b345a7693b829516be.tar.gz tdeaddons-51e437f7eb7e8908798392b345a7693b829516be.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'noatun-plugins')
-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); } } |