summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:09:30 -0600
committerSlávek Banko <[email protected]>2012-07-30 02:14:15 +0200
commit5015120bc6cc4c2df9ebef8c4ac3b5b1ef9031ff (patch)
tree163dedb3a07998cfcebd42912598de1629052dd2
parent9c888b2740b9f3233a6f4e3a130d1066fa9b7fc3 (diff)
downloadkdbusnotification-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.cpp2
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());