diff options
| author | Laurent Montel <[email protected]> | 2006-11-22 08:22:45 +0000 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2006-11-22 08:22:45 +0000 |
| commit | 20b58b6c03f6fa56d0cc1da90c13658664c153f1 (patch) | |
| tree | 1ac95537c3d0c6f35e5ca9dbbf7fe9c90e14a3b7 /src/infosidebarpage.h | |
| parent | 6987f297e6e275a1f46aa0f33919e86684c9ed8b (diff) | |
Some port
Remove not necessary file
svn path=/trunk/playground/utils/dolphin/; revision=606884
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 8 |
1 files changed, 4 insertions, 4 deletions
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; |
