diff options
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 |
