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/sidebar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sidebar.h') diff --git a/src/sidebar.h b/src/sidebar.h index 2ba984e38..29502836c 100755 --- a/src/sidebar.h +++ b/src/sidebar.h @@ -25,7 +25,7 @@ //Added by qt3to4: #include -class KURL; +class KUrl; class QComboBox; class Q3VBoxLayout; class SidebarPage; @@ -50,7 +50,7 @@ signals: * The user selected an item on sidebar widget and item has * URL property, so inform the parent togo to this URL; */ - void urlChanged(const KURL& url); + void urlChanged(const KUrl& url); private slots: void createPage(int index); -- cgit v1.3.1