From cd3688b73bf12976e9bb48a9e09c6f69979f33f1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:06:03 -0600 Subject: Rename obsolete tq methods to standard names --- src/katemdi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/katemdi.cpp') diff --git a/src/katemdi.cpp b/src/katemdi.cpp index 5f62d95..4c817ea 100644 --- a/src/katemdi.cpp +++ b/src/katemdi.cpp @@ -508,7 +508,7 @@ void Sidebar::restoreSession (KConfig *config) } // then: remove this items from the button bar - // do this backwards, to minimize the retqlayout efforts + // do this backwards, to minimize the relayout efforts for (int i=m_toolviews.size()-1; i >= (int)firstWrong; --i) { removeTab (m_widgetToId[m_toolviews[i]]); -- cgit v1.2.3