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

List:       kde-commits
Subject:    KDE/kdesdk/kbabel/kbabel
From:       Laurent Montel <montel () kde ! org>
Date:       2006-11-24 13:01:31
Message-ID: 1164373291.553027.10261.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 607395 by mlaurent:

Fix other signal/slot error


 M  +2 -2      kbabelpref.cpp  


--- trunk/KDE/kdesdk/kbabel/kbabel/kbabelpref.cpp #607394:607395
@@ -66,9 +66,9 @@
     // this contains a custom widget for tool selection, set it up	
     Q3ValueList<KDataToolInfo> tools = ToolAction::validationTools();
     _editorPage->_kcfg_AutoCheckTools->loadTools( QStringList("validate"), tools );
-    connect( _editorPage->_kcfg_AutoCheckTools, SIGNAL( added( Q3ListBoxItem * ) ),
+    connect( _editorPage->_kcfg_AutoCheckTools, SIGNAL( added( QListWidgetItem * ) ),
 	this, SLOT (updateButtons()));
-    connect( _editorPage->_kcfg_AutoCheckTools, SIGNAL( removed( Q3ListBoxItem * ) ),
+    connect( _editorPage->_kcfg_AutoCheckTools, SIGNAL( removed( QListWidgetItem * ) ),
 	this, SLOT (updateButtons()));
 
     _searchPage = new SearchPreferences( 0 );
[prev in list] [next in list] [prev in thread] [next in thread] 

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