diff options
Diffstat (limited to 'src/sound/MappedCommon.h')
-rw-r--r-- | src/sound/MappedCommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/MappedCommon.h b/src/sound/MappedCommon.h index 0a793bc..28fd8c4 100644 --- a/src/sound/MappedCommon.h +++ b/src/sound/MappedCommon.h @@ -39,7 +39,7 @@ typedef TQString MappedObjectProperty; typedef float MappedObjectValue; // typedef TQValueVector<MappedObjectProperty> MappedObjectPropertyList; -// replaced with a std::vector<> for Qt2 compatibility +// replaced with a std::vector<> for TQt2 compatibility typedef std::vector<MappedObjectId> MappedObjectIdList; typedef std::vector<MappedObjectProperty> MappedObjectPropertyList; |