Stephan Kulow wrote: > if str == "", then the marked line will > do new QChar[0]. But what does it return? new QChar[0] afaik is for gcc-compilers equivalent to new QChar; However, it's bad non-ansi style, egcs complains about it with -pedantic. -- Dirk A. Mueller