summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/kima.cpp4
-rw-r--r--src/sources/nvidiathermalsrc.cpp6
-rw-r--r--src/sources/nvidiathermalsrc.h4
-rw-r--r--translations/desktop_files/kima.desktop/es.po15
-rw-r--r--translations/messages/es.po17
5 files changed, 25 insertions, 21 deletions
diff --git a/src/kima.cpp b/src/kima.cpp
index abc30c0..83e3698 100644
--- a/src/kima.cpp
+++ b/src/kima.cpp
@@ -138,7 +138,7 @@ Kima::Kima(const TQString& inConfigFile, Type inType, int inActions, TQWidget* i
mMenu->insertItem(i18n("&Performance Profiles"), mCpufreqd.menu());
}
- TDEActionCollection* actionCollection = new TDEActionCollection(this, "actionCollection", kapp);
+ TDEActionCollection* actionCollection = new TDEActionCollection(this, "actionCollection", tdeApp);
TDEAction* action = KStdAction::preferences(this, TQ_SLOT(preferences()), actionCollection);
action->setText(i18n("&Preferences"));
@@ -149,7 +149,7 @@ Kima::Kima(const TQString& inConfigFile, Type inType, int inActions, TQWidget* i
action->plug(mMenu);
//menu->insertSeparator();
- //KStdAction::quit( kapp, TQ_SLOT( quit() ), actionCollection )->plug( menu );
+ //KStdAction::quit( tdeApp, TQ_SLOT( quit() ), actionCollection )->plug( menu );
}
Kima::~Kima() {
diff --git a/src/sources/nvidiathermalsrc.cpp b/src/sources/nvidiathermalsrc.cpp
index 7cd2eee..201de2a 100644
--- a/src/sources/nvidiathermalsrc.cpp
+++ b/src/sources/nvidiathermalsrc.cpp
@@ -25,7 +25,7 @@
#include <kdebug.h>
#ifndef HAVE_NVCONTROL
- #include <kprocio.h>
+ #include <tdeprocio.h>
#else
#include <tqpaintdevice.h> // for the Device* pointer
@@ -68,7 +68,7 @@ std::list<Source*>NVidiaThermalSrc::createInstances(TQWidget* inParent){
// and "GPUAmbientTemp" and create two instances for each
// of them
// start nvidia-settings, if available and wait for it to exit.
- KProcIO proc;
+ TDEProcIO proc;
proc << "nvidia-settings"
<< "-n" // don't load config
<< "-q" << "GPUCoreTemp"
@@ -143,7 +143,7 @@ void NVidiaThermalSrc::evaluateStdout(){
#ifndef HAVE_NVCONTROL
void NVidiaThermalSrc::createProcess() {
- mProcess = new KProcIO;
+ mProcess = new TDEProcIO;
connect(mProcess, TQ_SIGNAL(processExited(TDEProcess*)), this, TQ_SLOT(evaluateStdout()));
*mProcess << "nvidia-settings" << "-n"
<< "-q" << mID;
diff --git a/src/sources/nvidiathermalsrc.h b/src/sources/nvidiathermalsrc.h
index 318c157..16be15c 100644
--- a/src/sources/nvidiathermalsrc.h
+++ b/src/sources/nvidiathermalsrc.h
@@ -26,7 +26,7 @@
#include <list>
#include <tqtimer.h>
-class KProcIO;
+class TDEProcIO;
/**
* NVidiaThermalSrc calls nvidia-settings to fetch the thermal values of the GPU
* @author Ken Werner
@@ -69,7 +69,7 @@ private:
* the evaluateStdout slot.
*/
void createProcess();
- KProcIO* mProcess;
+ TDEProcIO* mProcess;
#else
unsigned int mAttrib;
#endif
diff --git a/translations/desktop_files/kima.desktop/es.po b/translations/desktop_files/kima.desktop/es.po
index 97f5aa5..48b7621 100644
--- a/translations/desktop_files/kima.desktop/es.po
+++ b/translations/desktop_files/kima.desktop/es.po
@@ -1,25 +1,26 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Juan M Ayala <[email protected]>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-30 16:48+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <[email protected]>\n"
+"PO-Revision-Date: 2025-01-21 10:12+0000\n"
+"Last-Translator: Juan M Ayala <[email protected]>\n"
+"Language-Team: Spanish <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/applications/kima-kimadesktop/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 4.17\n"
#. Name
#: kima.desktop:2
msgid "Kima"
-msgstr ""
+msgstr "Kima"
#. Comment
#: kima.desktop:4
diff --git a/translations/messages/es.po b/translations/messages/es.po
index 091ebe8..20e8e4e 100644
--- a/translations/messages/es.po
+++ b/translations/messages/es.po
@@ -4,19 +4,22 @@
#
# Gonzalo Nemmi <[email protected]>, 2007.
# ken <[email protected]>, 2007.
+# Juan M Ayala <[email protected]>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-02 18:32+0000\n"
-"PO-Revision-Date: 2007-03-20 21:15-0300\n"
-"Last-Translator: Gonzalo Nemmi <[email protected]>\n"
-"Language-Team: <[email protected]>\n"
-"Language: \n"
+"PO-Revision-Date: 2025-01-21 10:12+0000\n"
+"Last-Translator: Juan M Ayala <[email protected]>\n"
+"Language-Team: Spanish <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/applications/kima/es/>\n"
+"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 4.17\n"
#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
@@ -86,11 +89,11 @@ msgstr "Estos son los datos provistos por el módulo ACPI del kernel de Linux."
#: sources/batterysrc.cpp:46
msgid "This source displays the current state of charge of your battery."
-msgstr ""
+msgstr "Esta fuente muestra el estado actual de carga de su batería."
#: sources/batterysrc.cpp:74
msgid "unknown"
-msgstr ""
+msgstr "desconocido"
#: sources/cpuinfofreqsrc.cpp:32
msgid "This source is provided by the Linux kernel proc vfs interface."