diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:03:41 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-25 03:21:34 +0200 |
commit | 97ccef8ebcb1c875f41e70c58d29214f1838b5a2 (patch) | |
tree | dfcfb66458fa70190bf7ddcb9437e21702d495d2 /src/notecontent.cpp | |
parent | 4432e0a1145b0ef95d741fea6d04b565f36fa626 (diff) | |
download | basket-97ccef8ebcb1c875f41e70c58d29214f1838b5a2.tar.gz basket-97ccef8ebcb1c875f41e70c58d29214f1838b5a2.zip |
Rename obsolete tq methods to standard names
(cherry picked from commit 17678d65de293ae9a8b077b5c0bc3f493c617f8b)
Diffstat (limited to 'src/notecontent.cpp')
-rw-r--r-- | src/notecontent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notecontent.cpp b/src/notecontent.cpp index 4ba09d1..02fc97a 100644 --- a/src/notecontent.cpp +++ b/src/notecontent.cpp @@ -138,7 +138,7 @@ void NoteContent::contentChanged(int newMinWidth) m_minWidth = newMinWidth; if (note()) { // note()->unbufferize(); - note()->requestRetqlayout(); // TODO: It should re-set the width! m_width = 0 ? contentChanged: setWidth, geteight, if size havent changed, only repaint and not retqlayout + note()->requestRelayout(); // TODO: It should re-set the width! m_width = 0 ? contentChanged: setWidth, geteight, if size havent changed, only repaint and not relayout } } @@ -942,7 +942,7 @@ void AnimationContent::movieUpdated(const TQRect&) void AnimationContent::movieResized(const TQSize&) { - note()->requestRetqlayout(); // ? + note()->requestRelayout(); // ? } /** When a user drop a .gif file, for instance, we don't know if it is an image |