diff --git a/openlp/core/lib/projector/pjlink1.py b/openlp/core/lib/projector/pjlink1.py index 0687542c0..1f2615e2b 100644 --- a/openlp/core/lib/projector/pjlink1.py +++ b/openlp/core/lib/projector/pjlink1.py @@ -435,7 +435,7 @@ class PJLink1(QtNetwork.QTcpSocket): return return self.process_command(cmd, data) - @QtCore.pyqtSlot(int) + @QtCore.pyqtSlot(QtNetwork.QAbstractSocket.SocketError) def get_error(self, err): """ Process error from SocketError signal.