Subj : Re: Problem extending QThread To : comp.programming.threads From : David Schwartz Date : Sat Sep 10 2005 04:13 am "AlterX" wrote in message news:dfub0h$rho$1@newsreader.mailgate.org... > 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 '{'. Could you tell us at least one of them? > QThread is not recognized as valid class! Perhaps you forgot to include the file that contains the class definition for QThread? > Before above operations (like emerge -e world), > all works fine!! > > Please...does anyone help me?!? DS .