diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:09:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:09:30 -0600 |
commit | 3f2da186c1ff270dc63d5b2983348c10c61a18bb (patch) | |
tree | ea7d84963ee44d5d2d5995426d90c9df99ef67cf | |
parent | 500ad0abbfd7ac8e655f74242a1af58203e00045 (diff) | |
download | kdbusnotification-3f2da186c1ff270dc63d5b2983348c10c61a18bb.tar.gz kdbusnotification-3f2da186c1ff270dc63d5b2983348c10c61a18bb.zip |
Rename old tq methods that no longer need a unique name
-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()); |