diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-11 22:21:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-11 22:21:44 +0900 |
commit | e93b60dfa24c4b72c1cffa7556949afe69654c02 (patch) | |
tree | c4ace60cd76f8f464683925074cb981f528b93e3 /tools/designer/shared/ui2uib.cpp | |
parent | 8066b05478ac646d0410fc9cedca5f82163b53d3 (diff) | |
download | tqt3-e93b60dfa24c4b72c1cffa7556949afe69654c02.tar.gz tqt3-e93b60dfa24c4b72c1cffa7556949afe69654c02.zip |
Rename uic to tquic
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/shared/ui2uib.cpp')
-rw-r--r-- | tools/designer/shared/ui2uib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/shared/ui2uib.cpp b/tools/designer/shared/ui2uib.cpp index 4eddea7e9..3e31dda09 100644 --- a/tools/designer/shared/ui2uib.cpp +++ b/tools/designer/shared/ui2uib.cpp @@ -126,7 +126,7 @@ specified. 6. Some of the information stored in a .ui file is useful only - by uic, not to TQLayoutFactory. That information is, for now, + by tquic, not to TQLayoutFactory. That information is, for now, not taken along in the .uib file. Likewise, needless TQLayoutWidget objects are not taken along. |