┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/columnviewsettingspage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-08-26 23:01:56 +0000
committerPeter Penz <[email protected]>2008-08-26 23:01:56 +0000
commitae5b5eb9dcb0e2d696591000331f7fa048395a4b (patch)
tree46d3c15634b2896f45081eceb02f1ca91875b367 /src/columnviewsettingspage.h
parentca7aaecbdbddb27f7442e69d2770b97b4307f338 (diff)
* align labels on the right like suggested in the KDE 4 HIG
* minor changes in detailsview settings and columnview settings svn path=/trunk/KDE/kdebase/apps/; revision=852982
Diffstat (limited to 'src/columnviewsettingspage.h')
-rw-r--r--src/columnviewsettingspage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/columnviewsettingspage.h b/src/columnviewsettingspage.h
index 2cc96b203..a797a5705 100644
--- a/src/columnviewsettingspage.h
+++ b/src/columnviewsettingspage.h
@@ -25,7 +25,7 @@
class DolphinMainWindow;
class DolphinFontRequester;
class IconSizeGroupBox;
-class QSlider;
+class QComboBox;
/**
* @brief Represents the page from the Dolphin Settings which allows
@@ -55,7 +55,7 @@ private:
private:
IconSizeGroupBox* m_iconSizeGroupBox;
DolphinFontRequester* m_fontRequester;
- QSlider* m_columnWidthSlider;
+ QComboBox* m_textWidthBox;
};
#endif