summaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/main_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/src/onionshare/main_window.py')
-rw-r--r--desktop/src/onionshare/main_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/src/onionshare/main_window.py b/desktop/src/onionshare/main_window.py
index 26cad2fa..38a6b275 100644
--- a/desktop/src/onionshare/main_window.py
+++ b/desktop/src/onionshare/main_window.py
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
-from PyQt5 import QtCore, QtWidgets, QtGui
+from PySide2 import QtCore, QtWidgets, QtGui
from onionshare_cli.web import Web