Am Samstag, 3. Juni 2006 18:49 schrieb Abdelrazak Younes: > Hello, > > This patch works fine under windows. Georg, Bennett could you please > check that it works fine on your respective platform.
It does work fine, but I needed two fixes to compile: - #include "BufferView.h" in Application.C - add a semicolon after the declaration of QWorkArea::inputMethodEvent (and the extra QWorkarea qualification will not work with gcc 4.1 and newer). Georg