aboutsummaryrefslogtreecommitdiffstats
path: root/pyrcc
diff options
context:
space:
mode:
Diffstat (limited to 'pyrcc')
-rw-r--r--pyrcc/rcc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyrcc/rcc.cpp b/pyrcc/rcc.cpp
index abdf2a9..68f3858 100644
--- a/pyrcc/rcc.cpp
+++ b/pyrcc/rcc.cpp
@@ -403,7 +403,7 @@ RCCResourceLibrary::writeHeader(FILE *out)
fprintf(out, "#\n");
fprintf(out, "# WARNING! All changes made in this file will be lost!\n");
fprintf(out, "\n");
- fprintf(out, "from PySide import QtCore\n\n");
+ fprintf(out, "from PySide2 import QtCore\n\n");
return true;
}