All relevant toolbox modules have now been carbonized.
diff --git a/Mac/Modules/qt/qtscan.py b/Mac/Modules/qt/qtscan.py
index 5f35195..d57a32d 100644
--- a/Mac/Modules/qt/qtscan.py
+++ b/Mac/Modules/qt/qtscan.py
@@ -63,6 +63,13 @@
 ##			"VideoMediaGetStallCount", # Undefined in CW Pro 3 library
 			]
 
+	def makegreylist(self):
+		return [
+			('#ifndef TARGET_API_MAC_CARBON', [
+				'SpriteMediaGetIndImageProperty',	# XXXX Why isn't this in carbon?
+				'CheckQuickTimeRegistration',
+			])]
+
 	def makeblacklisttypes(self):
 		return [
 			# I don't think we want to do these