diff options
Diffstat (limited to 'knetattach/knetattach.ui.h')
-rw-r--r-- | knetattach/knetattach.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knetattach/knetattach.ui.h b/knetattach/knetattach.ui.h index 5cbdd9aa4..07678f2b5 100644 --- a/knetattach/knetattach.ui.h +++ b/knetattach/knetattach.ui.h @@ -181,7 +181,7 @@ void KNetAttach::finished() TQString path = TDEGlobal::dirs()->saveLocation("remote_entries"); path += name + ".desktop"; - KSimpleConfig desktopFile(path, false); + TDESimpleConfig desktopFile(path, false); desktopFile.setGroup("Desktop Entry"); desktopFile.writeEntry("Icon", "server"); desktopFile.writeEntry("Name", name); |