summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:03 -0600
commit500ad0abbfd7ac8e655f74242a1af58203e00045 (patch)
tree66f880e3b41d1c8cd78c488e8ef292f4c6a17551 /src
parent8292cd05a53d8811810bb97dd0245a7d2b476c50 (diff)
downloadkdbusnotification-500ad0abbfd7ac8e655f74242a1af58203e00045.tar.gz
kdbusnotification-500ad0abbfd7ac8e655f74242a1af58203e00045.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 8292cd05a53d8811810bb97dd0245a7d2b476c50.
Diffstat (limited to 'src')
-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 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());