--- a/UI/FindFileDialog.py Thu Aug 05 08:39:56 2010 +0200 +++ b/UI/FindFileDialog.py Fri Aug 06 12:39:40 2010 +0200 @@ -110,8 +110,7 @@ self.__populating = False self.setContextMenuPolicy(Qt.CustomContextMenu) - self.connect(self, SIGNAL("customContextMenuRequested(const QPoint &)"), - self.__contextMenuRequested) + self.customContextMenuRequested.connect(self.__contextMenuRequested) def __createItem(self, file, line, text, start, end, replTxt = ""): """