diff options
| author | Peter Penz <[email protected]> | 2007-01-07 09:47:05 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-01-07 09:47:05 +0000 |
| commit | 445f0b64bdd34e39f0565ef870937ebd3d5dfa61 (patch) | |
| tree | d83ce3f22a65babf4131da3ffef2eba4e9381186 /src/iconsviewsettingspage.h | |
| parent | 4a0a832ddb2e39142a313d0c1aeccc7c6fe8b97f (diff) | |
Allow that Dolphin can also be used with global view properties. Per default Dolphin remembers the view properties for each directory, but from the feedback I've got there is a not ignorable amount of people who prefer having global view properties instead.
svn path=/trunk/playground/utils/dolphin/; revision=620774
Diffstat (limited to 'src/iconsviewsettingspage.h')
| -rw-r--r-- | src/iconsviewsettingspage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/iconsviewsettingspage.h b/src/iconsviewsettingspage.h index 7d67bc79c..aa106ef27 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -21,10 +21,10 @@ #ifndef ICONSVIEWSETTINGSPAGE_H #define ICONSVIEWSETTINGSPAGE_H - #include <dolphiniconsview.h> #include <kvbox.h> +class DolphinMainWindow; class QSlider; class QComboBox; class QCheckBox; @@ -48,14 +48,13 @@ class PixmapViewer; * - arrangement * * @see DolphinIconsViewSettings - * @author Peter Penz <[email protected]> */ class IconsViewSettingsPage : public KVBox { Q_OBJECT public: - IconsViewSettingsPage(QWidget* parent); + IconsViewSettingsPage(DolphinMainWindow* mainWindow, QWidget* parent); virtual ~IconsViewSettingsPage(); /** @@ -70,6 +69,7 @@ private slots: void slotPreviewSizeChanged(int value); private: + DolphinMainWindow* m_mainWindow; QSlider* m_iconSizeSlider; PixmapViewer* m_iconSizeViewer; QSlider* m_previewSizeSlider; |
