┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewpropertiesdialog.cpp
diff options
context:
space:
mode:
authorAndreas Pakulat <[email protected]>2007-10-05 22:21:25 +0000
committerAndreas Pakulat <[email protected]>2007-10-05 22:21:25 +0000
commit7a62507d3dea468b3f1709f1c37470eafa766303 (patch)
tree304fdc6fc482413b9b544681d4628490be4c29a6 /src/viewpropertiesdialog.cpp
parent29402a79bc09945ccd96201cbb42027b4c581a00 (diff)
Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which are
needed now because friday is the last BC day. The rest of the modules will follow as fast as my laptop allows. svn path=/trunk/KDE/kdebase/apps/; revision=721704
Diffstat (limited to 'src/viewpropertiesdialog.cpp')
-rw-r--r--src/viewpropertiesdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewpropertiesdialog.cpp b/src/viewpropertiesdialog.cpp
index a42aaf864..4dbf16eaa 100644
--- a/src/viewpropertiesdialog.cpp
+++ b/src/viewpropertiesdialog.cpp
@@ -231,7 +231,7 @@ ViewPropertiesDialog::~ViewPropertiesDialog()
KConfigGroup dialogConfig(KSharedConfig::openConfig("dolphinrc"),
"ViewPropertiesDialog");
- saveDialogSize(dialogConfig, KConfigFlags::Persistent);
+ saveDialogSize(dialogConfig, KConfigBase::Persistent);
}
void ViewPropertiesDialog::slotOk()