┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kcmdolphin.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-04-01 11:00:27 +0000
committerPeter Penz <[email protected]>2008-04-01 11:00:27 +0000
commit03f4481bdfb8e96b26acfccbf2b2bc780b060cf2 (patch)
tree68fceb31dab4f1650124eb505bd52f8d0f3a18d9 /src/kcmdolphin.h
parente8970ac7714c3ed1e876e0db3960d829882fd2b4 (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.h3
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;
};