diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:57:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-27 10:48:41 +0900 |
commit | 392b47409ac925384208e3abfdd039f6be47ce56 (patch) | |
tree | f2587004d7fee4717f569ef0d0cbc12e67b9f3b6 /languages/cpp/cppnewclassdlgbase.ui | |
parent | 2693e2b9a63c993da052449b5bdca241d05ed95f (diff) | |
download | tdevelop-38866ac7bda51c6310235f437389c4c179c720a7.tar.gz tdevelop-38866ac7bda51c6310235f437389c4c179c720a7.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d2728dd8dbad48f045a5eca1899924df15633a89)
Diffstat (limited to 'languages/cpp/cppnewclassdlgbase.ui')
-rw-r--r-- | languages/cpp/cppnewclassdlgbase.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/cppnewclassdlgbase.ui b/languages/cpp/cppnewclassdlgbase.ui index 03cd0909..6cef7a20 100644 --- a/languages/cpp/cppnewclassdlgbase.ui +++ b/languages/cpp/cppnewclassdlgbase.ui @@ -413,7 +413,7 @@ Namespace1::Namespace2::...::NamespaceN</string> <enum>StrongFocus</enum> </property> <property name="whatsThis" stdset="0"> - <string>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>)</string> + <string>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 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>)</string> </property> </widget> <widget class="KLineEdit" row="0" column="2"> |