KUrl -> QUrl
This commit is contained in:
parent
0eb716bda0
commit
d7fec181e2
11 changed files with 66 additions and 63 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue