┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/iconsviewsettingspage.h
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2006-11-23 07:54:24 +0000
committerLaurent Montel <[email protected]>2006-11-23 07:54:24 +0000
commitedb2c4ad62f874b37c7aba6c06479dfdaf647120 (patch)
tree53d5e1aa5b7e8b684b8392dbbfc7df69889d1efe /src/iconsviewsettingspage.h
parent7fec7ff9a096d288b66fce2699c7b8bc71f6fbbb (diff)
Byebye Q3H(V)Box
svn path=/trunk/playground/utils/dolphin/; revision=607111
Diffstat (limited to 'src/iconsviewsettingspage.h')
-rw-r--r--src/iconsviewsettingspage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/iconsviewsettingspage.h b/src/iconsviewsettingspage.h
index 0ed22a6e1..bd539057a 100644
--- a/src/iconsviewsettingspage.h
+++ b/src/iconsviewsettingspage.h
@@ -21,8 +21,9 @@
#ifndef ICONSVIEWSETTINGSPAGE_H
#define ICONSVIEWSETTINGSPAGE_H
-#include <q3vbox.h>
+
#include <dolphiniconsview.h>
+#include <kvbox.h>
class QSlider;
class QComboBox;
@@ -49,7 +50,7 @@ class PixmapViewer;
* @see DolphinIconsViewSettings
* @author Peter Penz <[email protected]>
*/
-class IconsViewSettingsPage : public Q3VBox
+class IconsViewSettingsPage : public KVBox
{
Q_OBJECT