diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/regexptester-example.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/regexptester-example.html')
-rw-r--r-- | doc/html/regexptester-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/regexptester-example.html b/doc/html/regexptester-example.html index 1d90da289..33fc85327 100644 --- a/doc/html/regexptester-example.html +++ b/doc/html/regexptester-example.html @@ -112,12 +112,12 @@ private: regexLabel = new <a href="ntqlabel.html">TQLabel</a>(this); regexComboBox = new <a href="ntqcombobox.html">TQComboBox</a>(this); <a name="x2480"></a> regexComboBox-><a href="ntqcombobox.html#setEditable">setEditable</a>(true); -<a name="x2507"></a> regexComboBox-><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>(TQSizePolicy::Expanding, TQSizePolicy::Preferred); +<a name="x2507"></a> regexComboBox-><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>(TQSizePolicy::Expanding, TQSizePolicy::Preferred); <a name="x2482"></a> regexLabel-><a href="ntqlabel.html#setBuddy">setBuddy</a>(regexComboBox); textLabel = new <a href="ntqlabel.html">TQLabel</a>(this); textComboBox = new <a href="ntqcombobox.html">TQComboBox</a>(this); textComboBox-><a href="ntqcombobox.html#setEditable">setEditable</a>(true); - textComboBox-><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>(TQSizePolicy::Expanding, TQSizePolicy::Preferred); + textComboBox-><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>(TQSizePolicy::Expanding, TQSizePolicy::Preferred); textLabel-><a href="ntqlabel.html#setBuddy">setBuddy</a>(textComboBox); caseSensitiveCheckBox = new <a href="ntqcheckbox.html">TQCheckBox</a>(this); <a name="x2475"></a> caseSensitiveCheckBox-><a href="ntqcheckbox.html#setChecked">setChecked</a>(true); @@ -159,7 +159,7 @@ private: mainLayout-><a href="qboxlayout.html#addLayout">addLayout</a>(middleLayout); mainLayout-><a href="qboxlayout.html#addWidget">addWidget</a>(statusBar); - <a href="ntqwidget.html#resize">resize</a>(TQSize(500, 350).expandedTo(<a href="ntqwidget.html#minimumSizeHint">minimumSizeHint</a>())); + <a href="tqwidget.html#resize">resize</a>(TQSize(500, 350).expandedTo(<a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>())); languageChange(); @@ -257,7 +257,7 @@ void <a name="f558"></a>RegexpTester::copy() void <a name="f559"></a>RegexpTester::languageChange() { - <a href="ntqwidget.html#setCaption">setCaption</a>(<a href="tqobject.html#tr">tr</a>("Regex Tester")); + <a href="tqwidget.html#setCaption">setCaption</a>(<a href="tqobject.html#tr">tr</a>("Regex Tester")); regexLabel-><a href="ntqlabel.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Regex:")); <a name="x2479"></a> regexComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>(<a href="tqobject.html#tr">tr</a>("[A-Z]+=(\\d+):(\\d*)")); textLabel-><a href="ntqlabel.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Text:")); |