diff --git a/lib/matplotlib/backends/backend_qt4.py b/lib/matplotlib/backends/backend_qt4.py index 5e94b5472c7b..933016f80e03 100644 --- a/lib/matplotlib/backends/backend_qt4.py +++ b/lib/matplotlib/backends/backend_qt4.py @@ -404,7 +404,8 @@ def __init__(self, canvas, num): # will enable the canvas to process event w/o clicking. # ClickFocus only takes the focus is the window has been # clicked - # on. http://developer.qt.nokia.com/doc/qt-4.8/qt.html#FocusPolicy-enum + # on. http://qt-project.org/doc/qt-4.8/qt.html#FocusPolicy-enum or + # http://doc.qt.digia.com/qt/qt.html#FocusPolicy-enum self.canvas.setFocusPolicy(QtCore.Qt.StrongFocus) self.canvas.setFocus()