summaryrefslogtreecommitdiff
path: root/python/examples/triage/headers.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/triage/headers.py')
-rw-r--r--python/examples/triage/headers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/examples/triage/headers.py b/python/examples/triage/headers.py
index 0c87518d..0f2fd6de 100644
--- a/python/examples/triage/headers.py
+++ b/python/examples/triage/headers.py
@@ -3,8 +3,8 @@ from binaryninja.binaryview import StructuredDataView
import binaryninjaui
from binaryninjaui import ViewFrame, UIContext
from binaryninja.enums import ThemeColor
-from PySide2.QtWidgets import QWidget, QLabel, QGridLayout
-from PySide2.QtGui import QPalette
+from PySide6.QtWidgets import QWidget, QLabel, QGridLayout
+from PySide6.QtGui import QPalette
class ClickableLabel(QLabel):