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/bookmarkssettingspage.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/bookmarkssettingspage.h')
| -rw-r--r-- | src/bookmarkssettingspage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bookmarkssettingspage.h b/src/bookmarkssettingspage.h index 336c85e17..a76b85d46 100644 --- a/src/bookmarkssettingspage.h +++ b/src/bookmarkssettingspage.h @@ -24,6 +24,7 @@ #include <settingspagebase.h> #include <q3valuelist.h> +class DolphinMainWindow; class K3ListView; class KPushButton; class Q3ListViewItem; @@ -37,7 +38,7 @@ class BookmarksSettingsPage : public SettingsPageBase Q_OBJECT public: - BookmarksSettingsPage(QWidget* parent); + BookmarksSettingsPage(DolphinMainWindow* mainWindow, QWidget* parent); virtual ~BookmarksSettingsPage(); @@ -70,6 +71,7 @@ private: IconIdx = 3 }; + DolphinMainWindow* m_mainWindow; K3ListView* m_listView; KPushButton* m_addButton; KPushButton* m_editButton; |
