summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/uml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/uml.cpp')
-rw-r--r--umbrello/umbrello/uml.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/uml.cpp b/umbrello/umbrello/uml.cpp
index cc262b44..f6792444 100644
--- a/umbrello/umbrello/uml.cpp
+++ b/umbrello/umbrello/uml.cpp
@@ -587,7 +587,7 @@ void UMLApp::readOptions() {
resize( m_config->readSizeEntry("Geometry", & tmpTQSize) );
}
-void UMLApp::saveProperties(KConfig *_config) {
+void UMLApp::saveProperties(TDEConfig *_config) {
if(m_doc->URL().fileName()!=i18n("Untitled") && !m_doc->isModified()) {
// saving to tempfile not necessary
@@ -603,7 +603,7 @@ void UMLApp::saveProperties(KConfig *_config) {
}
}
-void UMLApp::readProperties(KConfig* _config) {
+void UMLApp::readProperties(TDEConfig* _config) {
TQString filename = _config->readPathEntry("filename");
KURL url(filename);
bool modified = _config->readBoolEntry("modified", false);