KUrl -> QUrl

This commit is contained in:
Luca Beltrame 2014-10-03 23:06:43 +02:00
commit d7fec181e2
11 changed files with 66 additions and 63 deletions

View file

@ -31,7 +31,7 @@
#include <QStyledItemDelegate>
#include <KUrl>
#include <QUrl>
class QListView;
class QPainter;
@ -79,7 +79,7 @@ namespace Danbooru {
* @param postUrl the URL to the full picture.
*
*/
void postViewRequested(KUrl postUrl);
void postViewRequested(QUrl postUrl);
/**
@ -88,7 +88,7 @@ namespace Danbooru {
* @param postUrl the URL to the full picture.
*
*/
void postDownloadRequested(KUrl postUrl);
void postDownloadRequested(QUrl postUrl);
private Q_SLOTS: