Qt Code:
  1. I'm not going to have to subclass my object am I? i.e. inheirit QThread?
To copy to clipboard, switch view to plain text mode 

To create your own threads, you have to subclass QThread and reimplement run()

By the way, have you checked your QT version?