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-ko/messages/tdevelop/tdevelop.po | |
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-ko/messages/tdevelop/tdevelop.po')
-rw-r--r-- | tde-i18n-ko/messages/tdevelop/tdevelop.po | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tde-i18n-ko/messages/tdevelop/tdevelop.po b/tde-i18n-ko/messages/tdevelop/tdevelop.po index 5aa9e814223..7b85ad86fa1 100644 --- a/tde-i18n-ko/messages/tdevelop/tdevelop.po +++ b/tde-i18n-ko/messages/tdevelop/tdevelop.po @@ -23270,10 +23270,10 @@ msgid "" "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 "" -"여기서 기술된 새 클래스의 기본 클래스를 삽입하십시오. 만약 'TQWidget 하위 클" -"래스 생성'을 체크했다면 QWidget으로부터 새로운 클래스가 전달될 것입니다.만약 " -"이름이 있는 기본 클래스가 없다면, 새로운 클래스는 상위 클래스를 갖지 않을것입" -"니다. 또한 BaseClass<int, int>와 같은 템플릿 클래스를 사용할 수 있습니다." +"여기서 기술된 새 클래스의 기본 클래스를 삽입하십시오. 만약 'TQWidget 하위 클래" +"스 생성'을 체크했다면 QWidget으로부터 새로운 클래스가 전달될 것입니다.만약 이" +"름이 있는 기본 클래스가 없다면, 새로운 클래스는 상위 클래스를 갖지 않을것입니" +"다. 또한 BaseClass<int, int>와 같은 템플릿 클래스를 사용할 수 있습니다." #: languages/cpp/cppnewclassdlgbase.ui:489 #, no-c-format @@ -28599,12 +28599,12 @@ 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 "" -#~ "여기서 기술된 새 클래스의 기본 클래스를 삽입하십시오. 만약 'QWidget 하위 " +#~ "여기서 기술된 새 클래스의 기본 클래스를 삽입하십시오. 만약 'TQWidget 하위 " #~ "클래스 생성'을 체크했다면 QWidget으로부터 새로운 클래스가 전달될 것입니다." #~ "만약 이름이 있는 기본 클래스가 없다면, 새로운 클래스는 상위 클래스를 갖지 " #~ "않을것입니다. 또한 BaseClass<int, int>와 같은 템플릿 클래스를 사용할 수 있" |