diff options
| author | Laurent Montel <[email protected]> | 2006-11-23 07:54:24 +0000 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2006-11-23 07:54:24 +0000 |
| commit | edb2c4ad62f874b37c7aba6c06479dfdaf647120 (patch) | |
| tree | 53d5e1aa5b7e8b684b8392dbbfc7df69889d1efe /src/infosidebarpage.h | |
| parent | 7fec7ff9a096d288b66fce2699c7b8bc71f6fbbb (diff) | |
Byebye Q3H(V)Box
svn path=/trunk/playground/utils/dolphin/; revision=607111
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <kurl.h> #include <kmimetype.h> #include <kdedesktopmimetype.h> +#include <kvbox.h> 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<QLabel> m_infoWidgets; // TODO: use children() from QObject instead - Q3VBox* m_actionBox; + KVBox* m_actionBox; Q3PtrList<QWidget> m_actionWidgets; // TODO: use children() from QObject instead Q3ValueVector<KDEDesktopMimeType::Service> m_actionsVector; }; |
