diff --git a/src/configurationpanelui.cpp b/src/configurationpanelui.cpp
index bcafb413c2b12196511ffa8587ffb15f783cad29..1565807ff5e51adeab540d90bef728ad2c90cc69 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:20:56 2005
+** Created: Thu Jan 6 14:11:38 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 b26f17546b12c2d762616f477355bb1e3f87016a..8a06a24c14749b5d6ce76fcb18ec4a4cd8b5cb93 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:20:56 2005
+** Created: Thu Jan 6 14:11:38 2005
 **      by: The User Interface Compiler ($Id$)
 **
 ** WARNING! All changes made in this file will be lost!
diff --git a/src/phonebookui.cpp b/src/phonebookui.cpp
index e6245ecc80c38678ea3161687bd146d0a8729221..8e54f5cac6c834da97ce8fa0863b32f1b71ef72a 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:20:56 2005
+** Created: Thu Jan 6 14:11:37 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 a6001ff42062bddcfa9363c974478210e6483807..6dd3dd8959008f5f695dd4d2fa5c6d4202a6889b 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:20:56 2005
+** Created: Thu Jan 6 14:11:37 2005
 **      by: The User Interface Compiler ($Id$)
 **
 ** WARNING! All changes made in this file will be lost!
diff --git a/src/qtGUImainwindow.cpp b/src/qtGUImainwindow.cpp
index c82ba96b7ea45be071726ce3114b77a88674cef6..329260a99a927c263c9dba3b682eb3f05af646c7 100644
--- a/src/qtGUImainwindow.cpp
+++ b/src/qtGUImainwindow.cpp
@@ -22,6 +22,7 @@
 // QtGUIMainWindow Implementation                                             //
 ////////////////////////////////////////////////////////////////////////////////
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <qbitmap.h>
 #include <qcheckbox.h>
@@ -564,6 +565,7 @@ QtGUIMainWindow::toggleLine (int num_line) {
 		chosenLine = currentLineNumber;
 		if (!noChoose) {
 			choose = true; 
+			this->dialTone(true);
 		}
 		callmanager->phLines[currentLineNumber]->setStateLine(BUSY);
 	} 
@@ -576,6 +578,7 @@ QtGUIMainWindow::toggleLine (int num_line) {
 			chosenLine = currentLineNumber;
 			if (!noChoose) {
 				choose = true;
+				this->dialTone(true);
 			}	
 		}
 		// Change state to ONHOLD
@@ -676,7 +679,7 @@ QtGUIMainWindow::dial (void) {
  * Hangup the current call.
  */
 void
-QtGUIMainWindow::hangupLine (void) {
+QtGUIMainWindow::hangupLine (void) {  
 	qDebug("HANGUP: line %d", currentLineNumber);
 	// If there is current line opened and state line not onHold
 	if (currentLineNumber != -1 and 
@@ -808,38 +811,38 @@ QtGUIMainWindow::button_conf (void) {
 
 void
 QtGUIMainWindow::button_line0 (void) {
-	this->dialTone(true);
+//	this->dialTone(true);
  	toggleLine (0);
 	 
 }
 
 void
 QtGUIMainWindow::button_line1 (void) {
-	this->dialTone(true);
+//	this->dialTone(true);
 	toggleLine (1);
 }
 
 void
 QtGUIMainWindow::button_line2 (void) {
-	this->dialTone(true);
+//	this->dialTone(true);
 	toggleLine (2);
 }
 
 void
 QtGUIMainWindow::button_line3 (void) {
-	this->dialTone(true);
+//	this->dialTone(true);
 	toggleLine (3);
 }
 
 void
 QtGUIMainWindow::button_line4 (void) {
-	this->dialTone(true);
+//	this->dialTone(true);
 	toggleLine (4);
 }
 
 void
 QtGUIMainWindow::button_line5 (void) {
-	this->dialTone(true);
+//	this->dialTone(true);
 	toggleLine (5);
 }
 
diff --git a/src/url_inputui.cpp b/src/url_inputui.cpp
index 472de8ab6a1aee9dad861f721b530a37b096530b..b44a587eb99a339b444dba5a96c145b6cd3fa9e3 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:20:56 2005
+** Created: Thu Jan 6 14:11:38 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 18a187855ac0d0d3659fdef8b8464dd07155d26c..480222d3523ec43c065b1df864c06b219240e174 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:20:56 2005
+** Created: Thu Jan 6 14:11:38 2005
 **      by: The User Interface Compiler ($Id$)
 **
 ** WARNING! All changes made in this file will be lost!