QThread doesn't inherit QObject, so you can't use signals and slot with it.

Remember that in Qt3 you can't send signals across different threads --- you must use custom events for this.