make basic ui of Contact
diff --git a/wscript b/wscript
index e60e569..878688b 100644
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@
 		
 def build (bld):
     qt = bld (
-        target = "ChronoChat",
+        target = "Contacts",
         features = "qt4 cxx cxxprogram",
         defines = "WAF",
         source = bld.path.ant_glob(['src/*.cpp', 'src/*.ui']),