[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/kstars/kstars/tools
From:       David Faure <faure () kde ! org>
Date:       2010-04-29 22:46:32
Message-ID: 20100429224632.E9106AC8A7 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1120772 by dfaure:

connect to the more standard textChanged (userTextChanged was just \
deprecated)


 M  +1 -1      conjunctions.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/tools/conjunctions.cpp #1120771:1120772
@@ -126,7 +126,7 @@
     connect( ExportButton, SIGNAL( clicked() ), this, SLOT( slotExport() ) \
                );
     connect( OutputList, SIGNAL( doubleClicked( const QModelIndex& ) ), \
                this, SLOT( slotGoto() ) );
     connect( ClearFilterButton, SIGNAL( clicked() ), FilterEdit, SLOT( \
                clear() ) );
-    connect( FilterEdit, SIGNAL( userTextChanged( const QString & ) ), \
this, SLOT( slotFilterReg( const QString & ) ) ); +    connect( FilterEdit, \
SIGNAL( textChanged( const QString & ) ), this, SLOT( slotFilterReg( const \
QString & ) ) );  
     show();
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic