summaryrefslogtreecommitdiffstats
path: root/src/katemdi.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:06:03 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-08-01 04:34:45 +0200
commit8c4213777476abde50f9d578e709d71ce6a01ebb (patch)
tree9ca643d3ebfc09730e12aeed2d29ef153b36bcf8 /src/katemdi.cpp
parent91ef45e89ef1bb0994d49220556e514d608a664c (diff)
downloadktechlab-8c4213777476abde50f9d578e709d71ce6a01ebb.tar.gz
ktechlab-8c4213777476abde50f9d578e709d71ce6a01ebb.zip
Rename obsolete tq methods to standard names
(cherry picked from commit cd3688b73bf12976e9bb48a9e09c6f69979f33f1)
Diffstat (limited to 'src/katemdi.cpp')
-rw-r--r--src/katemdi.cpp2
1 files changed, 1 insertions, 1 deletions
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]]);