From 20b58b6c03f6fa56d0cc1da90c13658664c153f1 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 22 Nov 2006 08:22:45 +0000 Subject: Some port Remove not necessary file svn path=/trunk/playground/utils/dolphin/; revision=606884 --- src/infosidebarpage.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/infosidebarpage.h') diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index 4b2152764..dadda7880 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -72,7 +72,7 @@ private slots: * * @see InfoSidebarPage::showItemInfo() */ - void requestDelayedItemInfo(const KURL& url); + void requestDelayedItemInfo(const KUrl& url); /** * Does a request of information for the item of the given URL and @@ -80,7 +80,7 @@ private slots: * * @see InfoSidebarPage::showItemInfo() */ - void requestItemInfo(const KURL& url); + void requestItemInfo(const KUrl& url); /** * Shows the information for the item of the URL which has been provided by @@ -151,8 +151,8 @@ private: bool m_multipleSelection; bool m_pendingPreview; QTimer* m_timer; - KURL m_shownURL; - KURL m_urlCandidate; + KUrl m_shownURL; + KUrl m_urlCandidate; PixmapViewer* m_preview; QLabel* m_name; -- cgit v1.3.1