Index: CHUI/KB.mac.rou =================================================================== diff -u -r762 -r2578 --- CHUI/KB.mac.rou (.../KB.mac.rou) (revision 762) +++ CHUI/KB.mac.rou (.../KB.mac.rou) (revision 2578) @@ -1,4 +1,4 @@ - #Include %CHUI.System + #Include TCHUI.System ;========================================================================================================================== Start @@ -133,11 +133,11 @@ ;Volgende vars kunnen na een crash nog bestaan, deze eerst opkuisen k %frmSearchResults,%frmDetail,%frmModify,%frmSearch,%frmActions,%frmHistory - Set %Application=##class(%CHUI.TApplication).Create() + Set %Application=##class(TCHUI.TApplication).Create() ;Set %CHUIDebug=1 Do:($G(%CHUIDebug)) %Application.AttachDebugEvents() - Set %Screen=##class(%CHUI.TScreen).Create($$$ttVT520) - Set %Input=##class(%CHUI.TInput).Create() + Set %Screen=##class(TCHUI.TScreen).Create($$$ttVT520) + Set %Input=##class(TCHUI.TInput).Create() Do %Screen.Clear() Quit:('$$UserAvailable^$$$SystemRtn) 0