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/detailsviewsettingspage.h | |
| parent | 7fec7ff9a096d288b66fce2699c7b8bc71f6fbbb (diff) | |
Byebye Q3H(V)Box
svn path=/trunk/playground/utils/dolphin/; revision=607111
Diffstat (limited to 'src/detailsviewsettingspage.h')
| -rw-r--r-- | src/detailsviewsettingspage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/detailsviewsettingspage.h b/src/detailsviewsettingspage.h index 177d16f7b..1eaba4242 100644 --- a/src/detailsviewsettingspage.h +++ b/src/detailsviewsettingspage.h @@ -21,7 +21,8 @@ #ifndef DETAILSVIEWSETTINGSPAGE_H #define DETAILSVIEWSETTINGSPAGE_H -#include <q3vbox.h> +#include <kvbox.h> + class QCheckBox; class QFontComboBox; class QSpinBox; @@ -34,7 +35,7 @@ class QRadioButton; * * @author Peter Penz <[email protected]> */ -class DetailsViewSettingsPage : public Q3VBox +class DetailsViewSettingsPage : public KVBox { Q_OBJECT |
