aboutsummaryrefslogtreecommitdiffstats
path: root/doc/codesnippets/examples/mainwindows/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/codesnippets/examples/mainwindows/mainwindow.cpp')
-rw-r--r--doc/codesnippets/examples/mainwindows/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/codesnippets/examples/mainwindows/mainwindow.cpp b/doc/codesnippets/examples/mainwindows/mainwindow.cpp
index bf33d9f6..aa892bb2 100644
--- a/doc/codesnippets/examples/mainwindows/mainwindow.cpp
+++ b/doc/codesnippets/examples/mainwindows/mainwindow.cpp
@@ -39,7 +39,7 @@
#
######################################
-from PySide.QtGui import *
+from PySide2.QtGui import *
//! [0]
def __init__(self):