From edb2c4ad62f874b37c7aba6c06479dfdaf647120 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 23 Nov 2006 07:54:24 +0000 Subject: Byebye Q3H(V)Box svn path=/trunk/playground/utils/dolphin/; revision=607111 --- src/infosidebarpage.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/infosidebarpage.h') diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index e55357388..8f2efcc73 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -33,6 +33,7 @@ #include #include #include +#include namespace KIO { class Job; @@ -44,7 +45,7 @@ class QString; class QPainter; class KFileItem; class QLabel; -class Q3VBox; +class KVBox; class Q3Grid; class PixmapViewer; @@ -161,7 +162,7 @@ private: Q3Grid* m_infoGrid; Q3PtrList m_infoWidgets; // TODO: use children() from QObject instead - Q3VBox* m_actionBox; + KVBox* m_actionBox; Q3PtrList m_actionWidgets; // TODO: use children() from QObject instead Q3ValueVector m_actionsVector; }; -- cgit v1.3