diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:06:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:06:03 -0600 |
commit | cd3688b73bf12976e9bb48a9e09c6f69979f33f1 (patch) | |
tree | 78031abdf3005ea5df9abfaa83aff7357e2eb3b1 /src/katemdi.cpp | |
parent | 1fc61c6e1d0a2b34f7b1d0de181bb4e6f954a8c2 (diff) | |
download | ktechlab-cd3688b73bf12976e9bb48a9e09c6f69979f33f1.tar.gz ktechlab-cd3688b73bf12976e9bb48a9e09c6f69979f33f1.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/katemdi.cpp')
-rw-r--r-- | src/katemdi.cpp | 2 |
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]]); |