SVN commit 619768 by kebekus: fixes compile issue due to API changes M +2 -2 mainWindow.cpp --- trunk/playground/graphics/UNNAMED_READER/UNNAMED_READER/mainWindow.cpp #619767:619768 @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include @@ -324,7 +324,7 @@ { kDebug(UNNAMED_READER_DEBUG, shell) << "mainWindow::openUrl()" << endl; - KUrl url = KUrlRequesterDlg::getUrl(QString::null, this, i18n("Open URL")); + KUrl url = KUrlRequesterDialog::getUrl(QString::null, this, i18n("Open URL")); if (!url.isEmpty()) openUrl(url); }