summaryrefslogtreecommitdiffstats
path: root/doc/html/regexptester-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/regexptester-example.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-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.html8
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-&gt;<a href="ntqcombobox.html#setEditable">setEditable</a>(true);
-<a name="x2507"></a> regexComboBox-&gt;<a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>(TQSizePolicy::Expanding, TQSizePolicy::Preferred);
+<a name="x2507"></a> regexComboBox-&gt;<a href="tqwidget.html#setSizePolicy">setSizePolicy</a>(TQSizePolicy::Expanding, TQSizePolicy::Preferred);
<a name="x2482"></a> regexLabel-&gt;<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-&gt;<a href="ntqcombobox.html#setEditable">setEditable</a>(true);
- textComboBox-&gt;<a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>(TQSizePolicy::Expanding, TQSizePolicy::Preferred);
+ textComboBox-&gt;<a href="tqwidget.html#setSizePolicy">setSizePolicy</a>(TQSizePolicy::Expanding, TQSizePolicy::Preferred);
textLabel-&gt;<a href="ntqlabel.html#setBuddy">setBuddy</a>(textComboBox);
caseSensitiveCheckBox = new <a href="ntqcheckbox.html">TQCheckBox</a>(this);
<a name="x2475"></a> caseSensitiveCheckBox-&gt;<a href="ntqcheckbox.html#setChecked">setChecked</a>(true);
@@ -159,7 +159,7 @@ private:
mainLayout-&gt;<a href="qboxlayout.html#addLayout">addLayout</a>(middleLayout);
mainLayout-&gt;<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-&gt;<a href="ntqlabel.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&amp;Regex:"));
<a name="x2479"></a> regexComboBox-&gt;<a href="ntqcombobox.html#insertItem">insertItem</a>(<a href="tqobject.html#tr">tr</a>("[A-Z]+=(\\d+):(\\d*)"));
textLabel-&gt;<a href="ntqlabel.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&amp;Text:"));