diff options
Diffstat (limited to 'src/noteedit.cpp')
-rw-r--r-- | src/noteedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/noteedit.cpp b/src/noteedit.cpp index 77d65c5..0e463be 100644 --- a/src/noteedit.cpp +++ b/src/noteedit.cpp @@ -760,7 +760,7 @@ void LauncherEditDialog::slotOk() { // TODO: Remember if a string has been modified AND IS DIFFERENT FROM THE ORIGINAL! - KConfig conf(m_noteContent->fullPath()); + TDEConfig conf(m_noteContent->fullPath()); conf.setGroup("Desktop Entry"); conf.writeEntry("Exec", m_command->runCommand()); conf.writeEntry("Name", m_name->text()); |