From 1905a36716979889e47bb0fdd7bf33c6204c5a6d 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/rosegarden@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/base/AnalysisTypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/AnalysisTypes.cpp') diff --git a/src/base/AnalysisTypes.cpp b/src/base/AnalysisTypes.cpp index a07fd96..316c58f 100644 --- a/src/base/AnalysisTypes.cpp +++ b/src/base/AnalysisTypes.cpp @@ -234,7 +234,7 @@ ChordLabel::checkMap() // a pitch class (pitch%12) in a chord. C major has three pitch // classes, C, E, and G natural; if you take the MIDI pitches // of those notes modulo 12, you get 0, 4, and 7, so the tqmask for - // major triads is (1<<0)+(1<<4)+(1<<7). All the tqmasks are for chords + // major triads is (1<<0)+(1<<4)+(1<<7). All the masks are for chords // built on C. const int basicChordMasks[8] = -- cgit v1.2.3