diff AddFeed.py @ 251:3ce39af93e77 pyqt5

Update to PyQt5
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 22 Oct 2017 03:40:44 +0200
parents 699d8f1cebd4
children
line wrap: on
line diff
--- a/AddFeed.py	Sat Oct 21 10:31:02 2017 +0200
+++ b/AddFeed.py	Sun Oct 22 03:40:44 2017 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-from PyQt4.QtGui import QDialog
+from PyQt5.QtWidgets import QDialog
 from Ui_AddFeed import Ui_AddFeed
 import logging