Git commit cf75c584d7ea43325f71364e1e8192bc48dbc754 by Michael Pyne. Committed on 30/09/2017 at 19:53. Pushed by mpyne into branch 'frameworks'. Port PlaylistCollection away from KInputDialog. M +4 -2 playlistcollection.cpp https://commits.kde.org/juk/cf75c584d7ea43325f71364e1e8192bc48dbc754 diff --git a/playlistcollection.cpp b/playlistcollection.cpp index 450d4f7..73ed343 100644 --- a/playlistcollection.cpp +++ b/playlistcollection.cpp @@ -19,7 +19,6 @@ = #include #include -#include #include #include #include @@ -36,6 +35,7 @@ #include #include #include +#include #include = #include @@ -774,9 +774,11 @@ QString PlaylistCollection::playlistNameDialog(const Q= String &caption, { bool ok; = - QString name =3D KInputDialog::getText( + QString name =3D QInputDialog::getText( + m_playlistStack, caption, i18n("Please enter a name for this playlist:"), + QLineEdit::Normal, forceUnique ? uniquePlaylistName(suggest) : suggest, &ok); =