From 3f2da186c1ff270dc63d5b2983348c10c61a18bb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:09:30 -0600 Subject: [PATCH] Rename old tq methods that no longer need a unique name --- 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());