diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:09:30 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-07-30 02:14:15 +0200 |
commit | 5015120bc6cc4c2df9ebef8c4ac3b5b1ef9031ff (patch) | |
tree | 163dedb3a07998cfcebd42912598de1629052dd2 | |
parent | 9c888b2740b9f3233a6f4e3a130d1066fa9b7fc3 (diff) | |
download | kdbusnotification-5015120bc6cc4c2df9ebef8c4ac3b5b1ef9031ff.tar.gz kdbusnotification-5015120bc6cc4c2df9ebef8c4ac3b5b1ef9031ff.zip |
Rename old tq methods that no longer need a unique name
(cherry picked from commit 3f2da186c1ff270dc63d5b2983348c10c61a18bb)
-rw-r--r-- | src/daemon/daemon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |