diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:30:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:30:14 -0600 |
commit | 8292cd05a53d8811810bb97dd0245a7d2b476c50 (patch) | |
tree | ea7d84963ee44d5d2d5995426d90c9df99ef67cf /src/daemon | |
parent | deb977088d220437f2ebb18d14ff39cb7dcd767e (diff) | |
download | kdbusnotification-8292cd05a53d8811810bb97dd0245a7d2b476c50.tar.gz kdbusnotification-8292cd05a53d8811810bb97dd0245a7d2b476c50.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/daemon')
-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()); |