fix import

This commit is contained in:
Paul Ebbers 2025-02-26 20:19:03 +01:00
parent 948fd924ca
commit 50e83b8f4f

View File

@ -18,8 +18,8 @@ def addToolSearchBox():
global wax, sea, tbr
mw = Gui.getMainWindow()
import SearchBox
from PySide6.QtWidgets import QToolBar
from PySide6.QtGui import QShortcut, QKeySequence
from PySide.QtWidgets import QToolBar
from PySide.QtGui import QShortcut, QKeySequence
if mw:
if sea is None: