┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.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/dolphinpart.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/dolphinpart.h')
-rw-r--r--src/dolphinpart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index 75d7ee951..b252c78e1 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -171,6 +171,7 @@ public Q_SLOTS:
void cut();
void copy();
void paste();
+ void reparseConfiguration();
private:
DolphinPart* m_part;