Subj : Problem extending QThread To : comp.programming.threads From : AlterX Date : Sat Sep 10 2005 01:03 pm Hi folks, I'm running on gentoo and after some operations, when i compile a file .cpp with this: class MyClass : public QThread { .... } i have several errors around '{'. QThread is not recognized as valid class! Before above operations (like emerge -e world), all works fine!! Please...does anyone help me?!? .