ich hatte das gleiche Problem wie du und hab google mal um Rat gefragt
http://techbase.kde.org/Development/Tut ... M_Tutorial
Super Anleitung!!!
Gorion
Code: Alles auswählen
KlingelFeldThread::KlingelFeldThread(KlingelFeld *feld) : myFeld(feld){}
Code: Alles auswählen
header:
KlingelFeldThread();
cpp:
KlingelFeldThread::KlingelFeldThread(){}