diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-13 18:02:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-13 18:02:18 +0900 |
commit | 241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840 (patch) | |
tree | 327c08329d5c5910cc155d3982f2a481eeaf5307 /tde-i18n-fi/messages/tdevelop/tdevelop.po | |
parent | 1ae0d186c941b1e1cdaae488038195ba86d89dbb (diff) | |
download | tde-i18n-241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840.tar.gz tde-i18n-241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tde-i18n-fi/messages/tdevelop/tdevelop.po')
-rw-r--r-- | tde-i18n-fi/messages/tdevelop/tdevelop.po | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/tde-i18n-fi/messages/tdevelop/tdevelop.po b/tde-i18n-fi/messages/tdevelop/tdevelop.po index 7af1175657a..163fd5ced17 100644 --- a/tde-i18n-fi/messages/tdevelop/tdevelop.po +++ b/tde-i18n-fi/messages/tdevelop/tdevelop.po @@ -7381,7 +7381,7 @@ msgid "" "Multiple inheritance requires TQObject derivative to be first and unique in " "base class list." msgstr "" -"Moniperintä edellyttää QObject johdannaisen olevan ensimmäisenä ja uniikkina " +"Moniperintä edellyttää TQObject johdannaisen olevan ensimmäisenä ja uniikkina " "kantaluokkalistassa." #: languages/cpp/cppnewclassdlg.cpp:851 languages/cpp/cppnewclassdlg.cpp:854 @@ -23771,13 +23771,7 @@ msgid "Inheritance Type" msgstr "Periytymistapa" #: languages/cpp/cppnewclassdlgbase.ui:416 -#, fuzzy, no-c-format -#| msgid "" -#| "Insert the base class which your new class will be derived from. If you " -#| "have checked 'Generate QWidget child class' the new class will be derived " -#| "from QWidget. If no base class is named, the new class will not have a " -#| "parent class. You can also use template classes here (like BaseClass<int, " -#| "int>)" +#, no-c-format msgid "" "Insert the base class which your new class will be derived from. If you have " "checked 'Generate TQWidget child class' the new class will be derived from " @@ -23785,7 +23779,7 @@ msgid "" "class. You can also use template classes here (like BaseClass<int, int>)" msgstr "" "Lisää kantaluokka, josta uusi luokkasi periytetään. Jos olet valinnut kohdan " -"\"Luo QWidget-aliluokka\", uusi luokka periytetään QWidget-luokasta. Jos et " +"\"Luo TQWidget-aliluokka\", uusi luokka periytetään TQWidget-luokasta. Jos et " "anna kantaluokan nimeä, uudella luokalla ei ole yliluokkaa. Voit käyttää " "myös malliluokkia (kuten Kantaluokka<int, int>)" @@ -24174,7 +24168,7 @@ msgstr "" "Staattisten jäsenten näyttäminen hidastaa GDB:n\n" "toimintaa TDE:ssa ja QT:ssa.\n" "Se saattaa muuttaa datan \"allekirjoitusta\", josta\n" -"QString ja vastaavat riippuvat, mutta jos sinun\n" +"TQString ja vastaavat riippuvat, mutta jos sinun\n" "täytyy virhetarkistaa näitä arvoja, valitse tämä kohta." #: languages/cpp/debugger/debuggerconfigwidgetbase.ui:213 |