SVN commit 492978 by rdale: * Removed redundant Qt namespace M +0 -3 t4.cs --- trunk/playground/bindings/kimono/t4.cs #492977:492978 @@ -1,7 +1,6 @@ using System; using System.Runtime.InteropServices; using Qt; -namespace Qt { public class MyWidget : QWidget { @@ -28,5 +27,3 @@ return a.Exec(); } } - -}