From 68e81f7280c810e26cabf6cd2897b9dc8466f458 Mon Sep 17 00:00:00 2001 From: Dominik Haumann Date: Tue, 28 Nov 2006 17:49:49 +0000 Subject: port to Qt4 svn path=/trunk/playground/utils/dolphin/; revision=608861 --- src/sidebar.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'src/sidebar.h') diff --git a/src/sidebar.h b/src/sidebar.h index fe5bf8f68..772d2d4f9 100644 --- a/src/sidebar.h +++ b/src/sidebar.h @@ -21,9 +21,8 @@ #ifndef _SIDEBAR_H_ #define _SIDEBAR_H_ -#include -//Added by qt3to4: -#include +#include +#include class KUrl; class QComboBox; @@ -46,11 +45,11 @@ public: virtual QSize sizeHint() const; 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); + /** + * 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); private slots: void createPage(int index); @@ -60,7 +59,7 @@ private: QComboBox* m_pagesSelector; SidebarPage* m_page; - Q3VBoxLayout* m_layout; + QVBoxLayout* m_layout; }; #endif // _SIDEBAR_H_ -- cgit v1.3