From f24ac211b8e67f545e757a50da4a00252d092869 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/settings.cpp') diff --git a/src/settings.cpp b/src/settings.cpp index e9c1f0a..6cb38ea 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -341,7 +341,7 @@ void Settings::setBigNotes(bool big) Note::MIN_HEIGHT = 2*Note::NOTE_MARGIN + Note::EMBLEM_SIZE; if (Global::bnpView) - Global::bnpView->retqlayoutAllBaskets(); + Global::bnpView->relayoutAllBaskets(); } void Settings::setAutoBullet(bool yes) -- cgit v1.2.1