diff options
Diffstat (limited to 'cmd/mist/ext_app.go')
-rw-r--r-- | cmd/mist/ext_app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/ext_app.go b/cmd/mist/ext_app.go index 3a41fe5de..07900cd2f 100644 --- a/cmd/mist/ext_app.go +++ b/cmd/mist/ext_app.go @@ -27,7 +27,7 @@ import ( "github.com/ethereum/go-ethereum/state" "github.com/ethereum/go-ethereum/ui/qt" "github.com/ethereum/go-ethereum/xeth" - "gopkg.in/qml.v1" + "github.com/obscuren/qml" ) type AppContainer interface { |