Revert "Rename a number of old tq methods that are no longer tq specific"

This reverts commit 8292cd05a5.
pull/1/head
Timothy Pearson 13 years ago
parent 8292cd05a5
commit 500ad0abbf

@ -84,7 +84,7 @@ void NotifierContainer::displayMessage(TQString title, TQString message, TQStrin
mTopOfStack = r.height();
mRightOfStack = r.width();
}
TQSize popupSize = pop->sizeHint();
TQSize popupSize = pop->tqsizeHint();
mTopOfStack = mTopOfStack-popupSize.height();
if (mTopOfStack < 0) mTopOfStack = 0;
leftCorner.setX(mRightOfStack-popupSize.width());

Loading…
Cancel
Save