diff options
-rw-r--r-- | libk3b/plugin/k3bpluginmanager.cpp | 4 | ||||
-rw-r--r-- | src/k3b.cpp | 4 | ||||
-rw-r--r-- | src/k3bthememanager.cpp | 4 | ||||
-rw-r--r-- | src/main.cpp | 2 | ||||
-rw-r--r-- | src/option/k3bdevicewidget.cpp | 2 | ||||
-rw-r--r-- | translations/desktop_files/es_AR.po | 9 |
6 files changed, 13 insertions, 12 deletions
diff --git a/libk3b/plugin/k3bpluginmanager.cpp b/libk3b/plugin/k3bpluginmanager.cpp index 9981070..364e76b 100644 --- a/libk3b/plugin/k3bpluginmanager.cpp +++ b/libk3b/plugin/k3bpluginmanager.cpp @@ -19,7 +19,7 @@ #include <k3bversion.h> #include <kdebug.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tdelocale.h> #include <tdeglobal.h> #include <tdestandarddirs.h> @@ -85,7 +85,7 @@ TQPtrList<K3bPlugin> K3bPluginManager::plugins( const TQString& group ) const void K3bPluginManager::loadPlugin( const TQString& fileName ) { - KSimpleConfig c( fileName, true ); + TDESimpleConfig c( fileName, true ); c.setGroup( "K3b Plugin" ); TQString libName = c.readEntry( "Lib" ); diff --git a/src/k3b.cpp b/src/k3b.cpp index 90d257f..07c312f 100644 --- a/src/k3b.cpp +++ b/src/k3b.cpp @@ -625,7 +625,7 @@ void K3bMainWindow::saveProperties( TDEConfig* c ) // FIXME: for some reason the config entries are not properly stored when using the default // TDEMainWindow session config. Since I was not able to find the bug I use another config object // ---------------------------------------------------------- - c = new KSimpleConfig( saveDir + "list", false ); + c = new TDESimpleConfig( saveDir + "list", false ); c->setGroup( "Saved Session" ); // ---------------------------------------------------------- @@ -680,7 +680,7 @@ void K3bMainWindow::readProperties( TDEConfig* c ) // FIXME: for some reason the config entries are not properly stored when using the default // TDEMainWindow session config. Since I was not able to find the bug I use another config object // ---------------------------------------------------------- - c = new KSimpleConfig( saveDir + "list", true ); + c = new TDESimpleConfig( saveDir + "list", true ); c->setGroup( "Saved Session" ); // ---------------------------------------------------------- diff --git a/src/k3bthememanager.cpp b/src/k3bthememanager.cpp index 98490f8..22b0512 100644 --- a/src/k3bthememanager.cpp +++ b/src/k3bthememanager.cpp @@ -19,7 +19,7 @@ #include <tdestandarddirs.h> #include <tdeglobalsettings.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <kdebug.h> #include <tdeglobal.h> @@ -308,7 +308,7 @@ void K3bThemeManager::loadTheme( const TQString& name ) t->m_local = fi.isWritable(); // load the stuff - KSimpleConfig cfg( path, true ); + TDESimpleConfig cfg( path, true ); t->m_author = cfg.readEntry( "Author" ); t->m_comment = cfg.readEntry( "Comment" ); t->m_version = cfg.readEntry( "Version" ); diff --git a/src/main.cpp b/src/main.cpp index 8798dbe..3a3e398 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,7 +20,7 @@ #include <tdeprocess.h> #include <tdemessagebox.h> #include <tdestandarddirs.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <kstdguiitem.h> #include <kdebug.h> #include <dcopclient.h> diff --git a/src/option/k3bdevicewidget.cpp b/src/option/k3bdevicewidget.cpp index ef7cc32..3be241c 100644 --- a/src/option/k3bdevicewidget.cpp +++ b/src/option/k3bdevicewidget.cpp @@ -26,7 +26,7 @@ #include <kdialog.h> #include <tdelocale.h> #include <tdeconfig.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <kiconloader.h> #include <tdestandarddirs.h> #include <tdeio/global.h> diff --git a/translations/desktop_files/es_AR.po b/translations/desktop_files/es_AR.po index 22c82b5..79ec6de 100644 --- a/translations/desktop_files/es_AR.po +++ b/translations/desktop_files/es_AR.po @@ -2,13 +2,14 @@ # This file is put in the public domain. # Slávek Banko <slavek.banko@axis.cz>, 2025. # Máximo Vega <veegamaxi@gmail.com>, 2025. +# Alejo Fernández <alejofernandez@hotmail.com.ar>, 2025. msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-08-31 18:33+0000\n" -"PO-Revision-Date: 2025-06-24 16:59+0000\n" -"Last-Translator: Máximo Vega <veegamaxi@gmail.com>\n" +"PO-Revision-Date: 2025-07-07 06:59+0000\n" +"Last-Translator: Alejo Fernández <alejofernandez@hotmail.com.ar>\n" "Language-Team: Spanish (Argentina) <https://mirror.git.trinitydesktop.org/" "weblate/projects/applications/k3b-desktop-files/es_AR/>\n" "Language: es_AR\n" @@ -104,12 +105,12 @@ msgstr "Un tema semitransparente que utiliza el color de tu sistema. " #. Comment #: src/pics/crystal/k3b.theme:4 msgid "The cool crystal theme" -msgstr "El tema cristalino cool" +msgstr "El tema cristalino copado" #. Comment #: src/pics/quant/k3b.theme:4 msgid "New official theme for K3b. Enjoy! " -msgstr "Nuevo tema oficial por K3b. Disfrutá! " +msgstr "Nuevo tema oficial por K3b, ¡Disfrutá! " #. Name #: plugins/audiooutput/alsa/k3balsaoutputplugin.plugin:2 |