finally make QT linking work....
diff --git a/src/chronochat.cpp b/src/chronochat.cpp
index f4742be..bd9389c 100644
--- a/src/chronochat.cpp
+++ b/src/chronochat.cpp
@@ -22,3 +22,8 @@
 {
     delete ui;
 }
+
+#if WAF
+#include "chronochat.moc"
+#include "chronochat.cpp.moc"
+#endif