diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-13 18:02:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-16 21:32:11 +0900 |
commit | 83e7d90131a60206a219edf4a2ba9e570c689268 (patch) | |
tree | 46580d5604e909a3b3699b4e27201bcd66f3c18f /tde-i18n-fi/messages | |
parent | d3f6a5fb3fca54c14196ef9d16eed9a37e9516e9 (diff) | |
download | tde-i18n-83e7d90131a60206a219edf4a2ba9e570c689268.tar.gz tde-i18n-83e7d90131a60206a219edf4a2ba9e570c689268.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840)
Diffstat (limited to 'tde-i18n-fi/messages')
-rw-r--r-- | tde-i18n-fi/messages/tdesdk/umbrello.po | 4 | ||||
-rw-r--r-- | tde-i18n-fi/messages/tdevelop/tdevelop.po | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/tde-i18n-fi/messages/tdesdk/umbrello.po b/tde-i18n-fi/messages/tdesdk/umbrello.po index abc7ce38192..3ff25ad1699 100644 --- a/tde-i18n-fi/messages/tdesdk/umbrello.po +++ b/tde-i18n-fi/messages/tdesdk/umbrello.po @@ -3960,5 +3960,5 @@ msgstr "" #~ msgid "&Zoom" #~ msgstr "Zoom:" -#~ msgid "QString" -#~ msgstr "QString" +#~ msgid "TQString" +#~ msgstr "TQString" diff --git a/tde-i18n-fi/messages/tdevelop/tdevelop.po b/tde-i18n-fi/messages/tdevelop/tdevelop.po index c6d3ab964c3..1bbde5fd854 100644 --- a/tde-i18n-fi/messages/tdevelop/tdevelop.po +++ b/tde-i18n-fi/messages/tdevelop/tdevelop.po @@ -7381,8 +7381,8 @@ msgid "" "Multiple inheritance requires TQObject derivative to be first and unique in " "base class list." msgstr "" -"Moniperintä edellyttää TQObject johdannaisen olevan ensimmäisenä ja " -"uniikkina kantaluokkalistassa." +"Moniperintä edellyttää TQObject johdannaisen olevan ensimmäisenä ja uniikkina " +"kantaluokkalistassa." #: languages/cpp/cppnewclassdlg.cpp:851 languages/cpp/cppnewclassdlg.cpp:854 #: languages/cpp/cppnewclassdlg.cpp:1010 languages/cpp/cppnewclassdlg.cpp:1013 @@ -23774,8 +23774,8 @@ 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 TQWidget-aliluokka\", uusi luokka periytetään TQWidget-luokasta. Jos " -"et anna kantaluokan nimeä, uudella luokalla ei ole yliluokkaa. Voit käyttää " +"\"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>)" #: languages/cpp/cppnewclassdlgbase.ui:489 @@ -30204,13 +30204,13 @@ msgstr "" #~ 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 " +#~ "have checked 'Generate TQWidget child class' the new class will be derived " +#~ "from TQWidget. 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>)" #~ msgstr "" #~ "Lisää kantaluokka, josta uusi luokkasi periytetään. Jos olet valinnut " -#~ "kohdan \"Luo QWidget-aliluokka\", uusi luokka periytetään QWidget-" +#~ "kohdan \"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>)" |