-rw-r--r-- | kaddressbook/imagewidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/imagewidget.h b/kaddressbook/imagewidget.h index afb9aa7..bbfba58 100644 --- a/kaddressbook/imagewidget.h +++ b/kaddressbook/imagewidget.h @@ -76,3 +76,3 @@ class ImageWidget : public QWidget private: - QPixmap loadPixmap( const KURL &url ); + QPixmap loadPixmap( const QString &url ); |