diff options
| author | Peter Penz <[email protected]> | 2008-04-01 11:00:27 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-04-01 11:00:27 +0000 |
| commit | 03f4481bdfb8e96b26acfccbf2b2bc780b060cf2 (patch) | |
| tree | 68fceb31dab4f1650124eb505bd52f8d0f3a18d9 /src/kcmdolphin.h | |
| parent | e8970ac7714c3ed1e876e0db3960d829882fd2b4 (diff) | |
assure that the Dolphin KPart inside Konqueror gets updated when the settings are changed
svn path=/trunk/KDE/kdebase/apps/; revision=792496
Diffstat (limited to 'src/kcmdolphin.h')
| -rw-r--r-- | src/kcmdolphin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kcmdolphin.h b/src/kcmdolphin.h index 78f9277db..00d6ea30c 100644 --- a/src/kcmdolphin.h +++ b/src/kcmdolphin.h @@ -39,6 +39,9 @@ public: virtual void defaults(); private: + void reparseConfiguration(); + +private: QList<ViewSettingsPageBase*> m_pages; }; |
