summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-02 02:10:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-02 02:10:49 -0600
commit51e437f7eb7e8908798392b345a7693b829516be (patch)
treed7ba7a77ec9d96451f37929c3fa2e5a47edde60f
parent066482aa55ae84bdc2bfc5fa49cedfecff7ecdcc (diff)
downloadtdeaddons-51e437f7.tar.gz
tdeaddons-51e437f7.zip
Rename additional global functions and variables for tqt3
-rw-r--r--noatun-plugins/noatunmadness/madness.cpp4
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);
}
}