diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:59:03 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:59:03 -0500 |
commit | 9c02dbb59ce57c68dc177d9294b980bf114a3e11 (patch) | |
tree | b1b40423c9be9a42a97cd0e8f3af3139aefb6fa0 /doc/html/editdialog_8cpp-source.html | |
parent | 0b875800e452c97b1a3f25aba5f029a8c33a4b93 (diff) | |
download | kshowmail-9c02dbb59ce57c68dc177d9294b980bf114a3e11.tar.gz kshowmail-9c02dbb59ce57c68dc177d9294b980bf114a3e11.zip |
Update to TDE R14 API
Diffstat (limited to 'doc/html/editdialog_8cpp-source.html')
-rw-r--r-- | doc/html/editdialog_8cpp-source.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/editdialog_8cpp-source.html b/doc/html/editdialog_8cpp-source.html index 0b643ba..1412f97 100644 --- a/doc/html/editdialog_8cpp-source.html +++ b/doc/html/editdialog_8cpp-source.html @@ -32,26 +32,26 @@ <a name="l00015"></a>00015 <span class="comment"> * *</span> <a name="l00016"></a>00016 <span class="comment"> ***************************************************************************/</span> <a name="l00017"></a>00017 -<a name="l00018"></a>00018 <span class="preprocessor">#include <qlayout.h></span> -<a name="l00019"></a>00019 <span class="preprocessor">#include <qmultilineedit.h></span> -<a name="l00020"></a>00020 <span class="preprocessor">#include <qlabel.h></span> -<a name="l00021"></a>00021 <span class="preprocessor">#include <qlineedit.h></span> +<a name="l00018"></a>00018 <span class="preprocessor">#include <ntqlayout.h></span> +<a name="l00019"></a>00019 <span class="preprocessor">#include <ntqmultilineedit.h></span> +<a name="l00020"></a>00020 <span class="preprocessor">#include <ntqlabel.h></span> +<a name="l00021"></a>00021 <span class="preprocessor">#include <ntqlineedit.h></span> <a name="l00022"></a>00022 <span class="preprocessor">#include <ktextbrowser.h></span> <a name="l00023"></a>00023 <span class="preprocessor">#include "editdialog.h"</span> <a name="l00024"></a>00024 -<a name="l00025"></a><a class="code" href="classEditDialog.html#f04c4d1f7426db3ce7b52afbd47bee3a">00025</a> <a class="code" href="classEditDialog.html#f04c4d1f7426db3ce7b52afbd47bee3a">EditDialog::EditDialog</a>(QWidget *parent, <span class="keyword">const</span> <span class="keywordtype">char</span> *name, <span class="keyword">const</span> <span class="keywordtype">char</span>* content, <span class="keywordtype">bool</span> html): +<a name="l00025"></a><a class="code" href="classEditDialog.html#f04c4d1f7426db3ce7b52afbd47bee3a">00025</a> <a class="code" href="classEditDialog.html#f04c4d1f7426db3ce7b52afbd47bee3a">EditDialog::EditDialog</a>(TQWidget *parent, <span class="keyword">const</span> <span class="keywordtype">char</span> *name, <span class="keyword">const</span> <span class="keywordtype">char</span>* content, <span class="keywordtype">bool</span> html): <a name="l00026"></a>00026 <a class="code" href="classEditDlg.html">EditDlg</a>(parent,name,true), _row(0) <a name="l00027"></a>00027 { <a name="l00028"></a>00028 setCaption (name); <a name="l00029"></a>00029 <span class="keywordflow">if</span> (!html) -<a name="l00030"></a>00030 <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a>->setTextFormat (Qt::PlainText); +<a name="l00030"></a>00030 <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a>->setTextFormat (TQt::PlainText); <a name="l00031"></a>00031 <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a>->setText (content); <a name="l00032"></a>00032 } <a name="l00033"></a>00033 -<a name="l00034"></a><a class="code" href="classEditDialog.html#60b8b3d2cb57cb5f8a1f12b41cb48925">00034</a> <span class="keywordtype">void</span> <a class="code" href="classEditDialog.html#60b8b3d2cb57cb5f8a1f12b41cb48925">EditDialog::addWidget</a> (<span class="keyword">const</span> QString& lbl, <span class="keyword">const</span> QString& value) +<a name="l00034"></a><a class="code" href="classEditDialog.html#60b8b3d2cb57cb5f8a1f12b41cb48925">00034</a> <span class="keywordtype">void</span> <a class="code" href="classEditDialog.html#60b8b3d2cb57cb5f8a1f12b41cb48925">EditDialog::addWidget</a> (<span class="keyword">const</span> TQString& lbl, <span class="keyword">const</span> TQString& value) <a name="l00035"></a>00035 { -<a name="l00036"></a>00036 QLabel* label = <span class="keyword">new</span> QLabel (lbl, <span class="keyword">this</span>); -<a name="l00037"></a>00037 QLineEdit* edit = <span class="keyword">new</span> QLineEdit (<span class="keyword">this</span>); +<a name="l00036"></a>00036 TQLabel* label = <span class="keyword">new</span> TQLabel (lbl, <span class="keyword">this</span>); +<a name="l00037"></a>00037 TQLineEdit* edit = <span class="keyword">new</span> TQLineEdit (<span class="keyword">this</span>); <a name="l00038"></a>00038 edit->setReadOnly (<span class="keyword">true</span>); <a name="l00039"></a>00039 edit->setText (value); <a name="l00040"></a>00040 <a class="code" href="classEditDlg.html#8e34dcd04a2c8ed5cd2592b971e3d674">headerlayout</a>->addMultiCellWidget (label, <a class="code" href="classEditDialog.html#2ca1e6e1f1bf299f39bfe42a42d310a0">_row</a>, <a class="code" href="classEditDialog.html#2ca1e6e1f1bf299f39bfe42a42d310a0">_row</a>, 0, 0); |