aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mist/errors.go')
-rw-r--r--cmd/mist/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/errors.go b/cmd/mist/errors.go
index 26a172ce9..255ed07c1 100644
--- a/cmd/mist/errors.go
+++ b/cmd/mist/errors.go
@@ -24,7 +24,7 @@ import (
"fmt"
"os"
- "gopkg.in/qml.v1"
+ "github.com/obscuren/qml"
)
func ErrorWindow(err error) {