diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index 34076b9..3af9563 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -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());