Rename additional global functions and variables for tqt3

pull/1/head
Timothy Pearson 12 years ago
parent 066482aa55
commit 51e437f7eb

@ -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);
}
}

Loading…
Cancel
Save