diff -r ffeb85cdc72d -r 441956d8fce5 Snapshot/SnapshotTimer.py --- a/Snapshot/SnapshotTimer.py Sun Jun 29 14:00:30 2014 +0200 +++ b/Snapshot/SnapshotTimer.py Sun Jun 29 20:13:56 2014 +0200 @@ -9,8 +9,9 @@ from __future__ import unicode_literals -from PyQt4.QtCore import pyqtSignal, Qt, QTimer, QRect -from PyQt4.QtGui import QWidget, QApplication, QPainter, QToolTip, QPalette +from PyQt5.QtCore import pyqtSignal, Qt, QTimer, QRect +from PyQt5.QtGui import QPainter, QPalette +from PyQt5.QtWidgets import QWidget, QApplication, QToolTip class SnapshotTimer(QWidget):