homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hscollectionnamedialog.cpp
changeset 36 cdae8c6c3876
parent 35 f9ce957a272c
child 39 4e8ebe173323
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hscollectionnamedialog.cpp	Fri Mar 19 09:27:44 2010 +0200
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hscollectionnamedialog.cpp	Fri Apr 16 14:54:01 2010 +0300
@@ -133,8 +133,8 @@
 //
 void HsCollectionNameDialog::makeConnect()
 {
-    /*connect(lineEdit(), SIGNAL(textChanged(const QString &text)),
-     SLOT(onTextChanged(const QString &text)));*/
+    /*connect(lineEdit(), SIGNAL(textChanged(QString&text)),
+     SLOT(onTextChanged(QString&text)));*/
 
     connect(lineEdit(), SIGNAL(contentsChanged()),
             SLOT(onContentsChanged()));
@@ -145,8 +145,8 @@
 //
 void HsCollectionNameDialog::makeDisconnect()
 {
-    /*disconnect(lineEdit(), SIGNAL(textChanged(const QString &text)),
-     this, SLOT(onTextChanged(const QString &text)));*/
+    /*disconnect(lineEdit(), SIGNAL(textChanged(QString&text)),
+     this, SLOT(onTextChanged(QString&text)));*/
     disconnect(lineEdit(), SIGNAL(contentsChanged()),
                this, SLOT(onContentsChanged()));
 }