summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/daemon/daemon.cpp2
1 files changed, 1 insertions, 1 deletions
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());