diff --git a/examples/qtquick/customtitlebar/MyTitleBar.qml b/examples/qtquick/customtitlebar/MyTitleBar.qml index 03cef3ce..7cf06b13 100644 --- a/examples/qtquick/customtitlebar/MyTitleBar.qml +++ b/examples/qtquick/customtitlebar/MyTitleBar.qml @@ -11,8 +11,8 @@ import QtQuick 2.6 -// Will be moved to a plugin in the future -import "qrc:/kddockwidgets/private/quick/qml/" as KDDW +// Will be moved to a plugin in the future, if there's enough demand +import "qrc:/kddockwidgets/qtquick/views/qml/" as KDDW KDDW.TitleBarBase { id: root