summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/kpropertiesdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile/kpropertiesdialog.cpp')
-rw-r--r--tdeio/tdefile/kpropertiesdialog.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/tdeio/tdefile/kpropertiesdialog.cpp b/tdeio/tdefile/kpropertiesdialog.cpp
index c8e324a2d..b18f147c6 100644
--- a/tdeio/tdefile/kpropertiesdialog.cpp
+++ b/tdeio/tdefile/kpropertiesdialog.cpp
@@ -2627,7 +2627,7 @@ KURLPropsPlugin::KURLPropsPlugin( KPropertiesDialog *_props )
}
f.close();
- KSimpleConfig config( path );
+ TDESimpleConfig config( path );
config.setDesktopGroup();
URLStr = config.readPathEntry( "URL" );
@@ -2688,7 +2688,7 @@ void KURLPropsPlugin::applyChanges()
}
f.close();
- KSimpleConfig config( path );
+ TDESimpleConfig config( path );
config.setDesktopGroup();
config.writeEntry( "Type", TQString::fromLatin1("Link"));
config.writePathEntry( "URL", URLEdit->url() );
@@ -2779,7 +2779,7 @@ KBindingPropsPlugin::KBindingPropsPlugin( KPropertiesDialog *_props ) : KPropsDl
return;
f.close();
- KSimpleConfig config( _props->kurl().path() );
+ TDESimpleConfig config( _props->kurl().path() );
config.setDesktopGroup();
TQString patternStr = config.readEntry( "Patterns" );
TQString iconStr = config.readEntry( "Icon" );
@@ -2845,7 +2845,7 @@ void KBindingPropsPlugin::applyChanges()
}
f.close();
- KSimpleConfig config( path );
+ TDESimpleConfig config( path );
config.setDesktopGroup();
config.writeEntry( "Type", TQString::fromLatin1("MimeType") );
@@ -2984,7 +2984,7 @@ KDevicePropsPlugin::KDevicePropsPlugin( KPropertiesDialog *_props ) : KPropsDlgP
return;
f.close();
- KSimpleConfig config( path );
+ TDESimpleConfig config( path );
config.setDesktopGroup();
TQString deviceStr = config.readEntry( "Dev" );
TQString mountPointStr = config.readEntry( "MountPoint" );
@@ -3143,7 +3143,7 @@ void KDevicePropsPlugin::applyChanges()
}
f.close();
- KSimpleConfig config( path );
+ TDESimpleConfig config( path );
config.setDesktopGroup();
config.writeEntry( "Type", TQString::fromLatin1("FSDevice") );
@@ -3431,7 +3431,7 @@ void KDesktopPropsPlugin::applyChanges()
// coupled to the command.
checkCommandChanged();
- KSimpleConfig config( path );
+ TDESimpleConfig config( path );
config.setDesktopGroup();
config.writeEntry( "Type", TQString::fromLatin1("Application"));
config.writeEntry( "Comment", w->commentEdit->text() );
@@ -3797,7 +3797,7 @@ KExecPropsPlugin::KExecPropsPlugin( KPropertiesDialog *_props )
return;
f.close();
- KSimpleConfig config( path );
+ TDESimpleConfig config( path );
config.setDollarExpansion( false );
config.setDesktopGroup();
execStr = config.readPathEntry( "Exec" );
@@ -3923,7 +3923,7 @@ void KExecPropsPlugin::applyChanges()
}
f.close();
- KSimpleConfig config( path );
+ TDESimpleConfig config( path );
config.setDesktopGroup();
config.writeEntry( "Type", TQString::fromLatin1("Application"));
config.writePathEntry( "Exec", execEdit->text() );
@@ -4166,7 +4166,7 @@ void TDEApplicationPropsPlugin::applyChanges()
}
f.close();
- KSimpleConfig config( path );
+ TDESimpleConfig config( path );
config.setDesktopGroup();
config.writeEntry( "Type", TQString::fromLatin1("Application"));
config.writeEntry( "Comment", commentEdit->text() );