tools/shared/qtgradienteditor/qtgradientdialog.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
--- a/tools/shared/qtgradienteditor/qtgradientdialog.cpp	Tue Jan 26 12:42:25 2010 +0200
+++ b/tools/shared/qtgradienteditor/qtgradientdialog.cpp	Tue Feb 02 00:43:10 2010 +0200
@@ -207,8 +207,8 @@
     button = d_ptr->m_ui.buttonBox->button(QDialogButtonBox::Cancel);
     if (button)
         button->setAutoDefault(false);
-    connect(d_ptr->m_ui.gradientEditor, SIGNAL(aboutToShowDetails(bool, int)),
-                this, SLOT(slotAboutToShowDetails(bool, int)));
+    connect(d_ptr->m_ui.gradientEditor, SIGNAL(aboutToShowDetails(bool,int)),
+                this, SLOT(slotAboutToShowDetails(bool,int)));
 }
 
 /*!