K 10 svn:author V 6 marino K 8 svn:date V 27 2015-03-16T22:00:49.567088Z K 7 svn:log V 318 x11-toolkits/qtada: fix building on gcc5-aux GNAT 4.9 and earlier was not checking for the explicit use of "limited" in the full type declaration when it also appeared inthe private extension declaration (Ada RM 7.3 p10.1/3). QtAda violated this rule numerous times, so the attached diff fixes all of the instances. END