aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/html_container.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mist/html_container.go')
-rw-r--r--cmd/mist/html_container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/html_container.go b/cmd/mist/html_container.go
index 3e3613e9a..afc29382a 100644
--- a/cmd/mist/html_container.go
+++ b/cmd/mist/html_container.go
@@ -34,7 +34,7 @@ import (
"github.com/ethereum/go-ethereum/state"
"github.com/ethereum/go-ethereum/xeth"
"github.com/howeyc/fsnotify"
- "gopkg.in/qml.v1"
+ "github.com/obscuren/qml"
)
type HtmlApplication struct {