Skip to content

Commit f3c4129

Browse files
committed
Rebase artifact
1 parent 4251a7b commit f3c4129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitmessageqt/bitmessageui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ def setupUi(self, MainWindow):
631631

632632
# Popup menu actions container for the Sent page
633633
# pylint: disable=attribute-defined-outside-init
634-
self.sentContextMenuToolbar = QtGui.QToolBar()
634+
self.sentContextMenuToolbar = QtWidgets.QToolBar()
635635

636636
def updateNetworkSwitchMenuLabel(self, dontconnect=None):
637637
if dontconnect is None:

0 commit comments

Comments
 (0)