From 8292cd05a53d8811810bb97dd0245a7d2b476c50 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:30:14 -0600 Subject: [PATCH] Rename a number of old tq methods that are no longer tq specific --- src/daemon/daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index 3af9563..34076b9 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->tqsizeHint(); + TQSize popupSize = pop->sizeHint(); mTopOfStack = mTopOfStack-popupSize.height(); if (mTopOfStack < 0) mTopOfStack = 0; leftCorner.setX(mRightOfStack-popupSize.width());