From kde-commits Sun Jan 06 16:21:32 2008 From: Laurent Montel Date: Sun, 06 Jan 2008 16:21:32 +0000 To: kde-commits Subject: branches/KDE/4.0/kdelibs/kfile Message-Id: <1199636492.632945.28228.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=119963649923738 SVN commit 757955 by mlaurent: Backport: don't use deprecated signal M +1 -1 kdirselectdialog.cpp --- branches/KDE/4.0/kdelibs/kfile/kdirselectdialog.cpp #757954:757955 @@ -296,7 +296,7 @@ connect( d->m_treeView, SIGNAL( customContextMenuRequested( const QPoint & )), SLOT( _k_slotContextMenu( const QPoint & ))); - connect( d->m_urlCombo, SIGNAL( textChanged( const QString& ) ), + connect( d->m_urlCombo, SIGNAL( editTextChanged( const QString& ) ), SLOT( _k_slotComboTextChanged( const QString& ) )); connect( d->m_urlCombo, SIGNAL( activated( const QString& )), SLOT( _k_slotUrlActivated( const QString& )));