diff --git a/src/configurationpanelui.cpp b/src/configurationpanelui.cpp
index 159b0fcec0efdee2180e483082273e953a440a7e..bcafb413c2b12196511ffa8587ffb15f783cad29 100644
--- a/src/configurationpanelui.cpp
+++ b/src/configurationpanelui.cpp
@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Form implementation generated from reading ui file 'configurationpanel.ui'
 **
-** Created: Sun Jan 2 11:10:33 2005
+** Created: Sun Jan 2 11:20:56 2005
 **      by: The User Interface Compiler ($Id$)
 **
 ** WARNING! All changes made in this file will be lost!
diff --git a/src/configurationpanelui.h b/src/configurationpanelui.h
index 03815602156c39a70bb1554a5d2e4bf8c5621a22..b26f17546b12c2d762616f477355bb1e3f87016a 100644
--- a/src/configurationpanelui.h
+++ b/src/configurationpanelui.h
@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Form interface generated from reading ui file 'configurationpanel.ui'
 **
-** Created: Sun Jan 2 11:10:33 2005
+** Created: Sun Jan 2 11:20:56 2005
 **      by: The User Interface Compiler ($Id$)
 **
 ** WARNING! All changes made in this file will be lost!
diff --git a/src/main.cpp b/src/main.cpp
index e15a77d9aae76dae5ccb127d1c26a4f6bd2bd537..b9f12483004f9476126bb9f7ead572e76bab2ee2 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -31,7 +31,7 @@
 #include "qtGUImainwindow.h"
 
 void OptionProcess (int argc,char **argv) ;
-QString *pOption = NULL;
+QString *pOption ;
 
 
 int
@@ -43,7 +43,7 @@ main (int argc, char **argv) {
 	if ( pOption )  
 		manager = new Manager(pOption);
 	else
-		manager = new Manager(NULL);
+		manager = new Manager(new QString());
 
 #if 0
 	QTranslator translator (0);
diff --git a/src/phonebookui.cpp b/src/phonebookui.cpp
index 300bf8f8d1e1049277257f7e38232dad37552dae..e6245ecc80c38678ea3161687bd146d0a8729221 100644
--- a/src/phonebookui.cpp
+++ b/src/phonebookui.cpp
@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Form implementation generated from reading ui file 'phonebook.ui'
 **
-** Created: Sun Jan 2 11:10:33 2005
+** Created: Sun Jan 2 11:20:56 2005
 **      by: The User Interface Compiler ($Id$)
 **
 ** WARNING! All changes made in this file will be lost!
diff --git a/src/phonebookui.h b/src/phonebookui.h
index 34077cda90928187a06d1ee5983a08e973569b49..a6001ff42062bddcfa9363c974478210e6483807 100644
--- a/src/phonebookui.h
+++ b/src/phonebookui.h
@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Form interface generated from reading ui file 'phonebook.ui'
 **
-** Created: Sun Jan 2 11:10:33 2005
+** Created: Sun Jan 2 11:20:56 2005
 **      by: The User Interface Compiler ($Id$)
 **
 ** WARNING! All changes made in this file will be lost!
diff --git a/src/url_inputui.cpp b/src/url_inputui.cpp
index 66fc3ab602c88c6441eef2d69088a93d06df9822..472de8ab6a1aee9dad861f721b530a37b096530b 100644
--- a/src/url_inputui.cpp
+++ b/src/url_inputui.cpp
@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Form implementation generated from reading ui file 'url_input.ui'
 **
-** Created: Sun Jan 2 11:10:33 2005
+** Created: Sun Jan 2 11:20:56 2005
 **      by: The User Interface Compiler ($Id$)
 **
 ** WARNING! All changes made in this file will be lost!
diff --git a/src/url_inputui.h b/src/url_inputui.h
index 8fea41b8a3cbb0f06b0fcf187555db1f413137fc..18a187855ac0d0d3659fdef8b8464dd07155d26c 100644
--- a/src/url_inputui.h
+++ b/src/url_inputui.h
@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Form interface generated from reading ui file 'url_input.ui'
 **
-** Created: Sun Jan 2 11:10:33 2005
+** Created: Sun Jan 2 11:20:56 2005
 **      by: The User Interface Compiler ($Id$)
 **
 ** WARNING! All changes made in this file will be lost!