summaryrefslogtreecommitdiffstats
path: root/doc/html/regexptester-example.html
diff options
context:
space:
mode:
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:"));