summaryrefslogtreecommitdiffstats
path: root/doc/html/optiondialog_8cpp-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/optiondialog_8cpp-source.html')
-rw-r--r--doc/html/optiondialog_8cpp-source.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/optiondialog_8cpp-source.html b/doc/html/optiondialog_8cpp-source.html
index 05bcb11..27ecef7 100644
--- a/doc/html/optiondialog_8cpp-source.html
+++ b/doc/html/optiondialog_8cpp-source.html
@@ -251,7 +251,7 @@
<a name="l00234"></a>00234 filters.append (i18n(<span class="stringliteral">"All files (*)"</span>));
<a name="l00235"></a>00235 TQFileInfo info (<a class="code" href="classOptionDlg.html#9254f6d43feea0d85b590d0feb394cb3">m_EditSoundFile</a>-&gt;text ());
<a name="l00236"></a>00236 TQString dir = info.dirPath ();
-<a name="l00237"></a>00237 TQFileDialog dlg (<span class="keyword">this</span>, <span class="stringliteral">"Sound File"</span>, TRUE);
+<a name="l00237"></a>00237 TQFileDialog dlg (<span class="keyword">this</span>, <span class="stringliteral">"Sound File"</span>, true);
<a name="l00238"></a>00238 dlg.setCaption (i18n(<span class="stringliteral">"Select Sound File"</span>));
<a name="l00239"></a>00239 dlg.setDir (dir);
<a name="l00240"></a>00240 dlg.setFilters (filters);