--- a/QScintilla/SearchReplaceWidget.py Sat Jun 04 11:53:15 2011 +0200 +++ b/QScintilla/SearchReplaceWidget.py Sun Jun 05 18:25:36 2011 +0200 @@ -7,8 +7,8 @@ Module implementing the search and replace widget. """ -from PyQt4.QtCore import * -from PyQt4.QtGui import * +from PyQt4.QtCore import pyqtSignal, Qt, pyqtSlot +from PyQt4.QtGui import QWidget from .Ui_SearchWidget import Ui_SearchWidget from .Ui_ReplaceWidget import Ui_ReplaceWidget