diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:56:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:56:03 -0600 |
commit | 500ad0abbfd7ac8e655f74242a1af58203e00045 (patch) | |
tree | 66f880e3b41d1c8cd78c488e8ef292f4c6a17551 | |
parent | 8292cd05a53d8811810bb97dd0245a7d2b476c50 (diff) | |
download | kdbusnotification-500ad0abbfd7ac8e655f74242a1af58203e00045.tar.gz kdbusnotification-500ad0abbfd7ac8e655f74242a1af58203e00045.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 8292cd05a53d8811810bb97dd0245a7d2b476c50.
-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 34076b9..3af9563 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->sizeHint(); + TQSize popupSize = pop->tqsizeHint(); mTopOfStack = mTopOfStack-popupSize.height(); if (mTopOfStack < 0) mTopOfStack = 0; leftCorner.setX(mRightOfStack-popupSize.width()); |