diff options
author | Michele Calgaro <[email protected]> | 2023-10-13 18:02:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-16 21:32:11 +0900 |
commit | 83e7d90131a60206a219edf4a2ba9e570c689268 (patch) | |
tree | 46580d5604e909a3b3699b4e27201bcd66f3c18f /tde-i18n-ru/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 <[email protected]>
(cherry picked from commit 241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840)
Diffstat (limited to 'tde-i18n-ru/messages')
-rw-r--r-- | tde-i18n-ru/messages/tdesdk/umbrello.po | 4 | ||||
-rw-r--r-- | tde-i18n-ru/messages/tdevelop/tdevelop.po | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/tde-i18n-ru/messages/tdesdk/umbrello.po b/tde-i18n-ru/messages/tdesdk/umbrello.po index 16d784de94d..86a137a3380 100644 --- a/tde-i18n-ru/messages/tdesdk/umbrello.po +++ b/tde-i18n-ru/messages/tdesdk/umbrello.po @@ -3978,5 +3978,5 @@ msgstr "" #~ msgid "new_stereotype" #~ msgstr "new_stereotype" -#~ msgid "QString" -#~ msgstr "QString" +#~ msgid "TQString" +#~ msgstr "TQString" diff --git a/tde-i18n-ru/messages/tdevelop/tdevelop.po b/tde-i18n-ru/messages/tdevelop/tdevelop.po index b697d6c9cab..edb75a2c436 100644 --- a/tde-i18n-ru/messages/tdevelop/tdevelop.po +++ b/tde-i18n-ru/messages/tdevelop/tdevelop.po @@ -23491,9 +23491,9 @@ msgid "" msgstr "" "Вставьте здесь базовый класс, от которого будет наследоваться новый. Если вы " "выбрали «Создать класс, дочерний от TQWidget», то новый класс будет " -"унаследован от TQWidget. Если не было названо базового класса, то новый " -"класс не будет иметь родительского класса. Вы так же можете использовать " -"здесь шаблоны, как BaseClass<int, int>" +"унаследован от TQWidget. Если не было названо базового класса, то новый класс " +"не будет иметь родительского класса. Вы так же можете использовать здесь " +"шаблоны, как BaseClass<int, int>" #: languages/cpp/cppnewclassdlgbase.ui:489 #, no-c-format @@ -29101,19 +29101,19 @@ msgstr "Доверие сертификату SSL" #~ msgid "Error compiling the regular expression." #~ msgstr "Ошибка компиляции регулярного выражения." -#~ msgid "Qt &4 style (#include <QWidget>)" -#~ msgstr "Стиль Qt &4 (#include <QWidget>)" +#~ msgid "Qt &4 style (#include <TQWidget>)" +#~ msgstr "Стиль Qt &4 (#include <TQWidget>)" #~ 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 "" #~ "Вставьте здесь базовый класс, от которого будет наследоваться новый. Если " -#~ "вы выбрали «Создать класс, дочерний от QWidget», то новый класс будет " -#~ "унаследован от QWidget. Если не было названо базового класса, то новый " +#~ "вы выбрали «Создать класс, дочерний от TQWidget», то новый класс будет " +#~ "унаследован от TQWidget. Если не было названо базового класса, то новый " #~ "класс не будет иметь родительского класса. Вы так же можете использовать " #~ "здесь шаблоны, как BaseClass<int, int>" |