diff -r 9c72858d4b7a -r c9a969db1469 Helpviewer/HelpWindow.py --- a/Helpviewer/HelpWindow.py Fri Feb 12 18:48:21 2010 +0000 +++ b/Helpviewer/HelpWindow.py Fri Feb 12 19:02:38 2010 +0000 @@ -2413,7 +2413,7 @@ """ Private slot to filter the QtHelp documentation. - @param customFilter name of filter to be applied (QString) + @param customFilter name of filter to be applied (string) """ self.__helpEngine.setCurrentFilter(customFilter) @@ -2522,7 +2522,7 @@ """ Private slot to show installation errors. - @param message message to be shown (QString) + @param message message to be shown (string) """ QMessageBox.warning(self, self.trUtf8("eric5 Web Browser"), @@ -2562,7 +2562,7 @@ """ Private slot handling warnings from the help engine. - @param msg message sent by the help engine (QString) + @param msg message sent by the help engine (string) """ QMessageBox.warning(self, self.trUtf8("Help Engine"), msg)