diff options
Diffstat (limited to 'doc/html/showrecordelem_8cpp-source.html')
-rw-r--r-- | doc/html/showrecordelem_8cpp-source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/showrecordelem_8cpp-source.html b/doc/html/showrecordelem_8cpp-source.html index 6e4329c..c47bd45 100644 --- a/doc/html/showrecordelem_8cpp-source.html +++ b/doc/html/showrecordelem_8cpp-source.html @@ -607,7 +607,7 @@ <a name="l00590"></a>00590 TQString tmailheader = <a class="code" href="classShowRecordElem.html#dd5d842c1abdd13fa03ac4a3f2f11150">header</a>(); <a name="l00591"></a>00591 <a name="l00592"></a>00592 <span class="comment">//create and open the window</span> -<a name="l00593"></a>00593 <a class="code" href="classShowHeaderDialog.html">ShowHeaderDialog</a> dlg( kapp->mainWidget(), account, tsubject, tmailheader ); +<a name="l00593"></a>00593 <a class="code" href="classShowHeaderDialog.html">ShowHeaderDialog</a> dlg( tdeApp->mainWidget(), account, tsubject, tmailheader ); <a name="l00594"></a>00594 <span class="keywordtype">int</span> ret = dlg.exec(); <a name="l00595"></a>00595 <a name="l00596"></a>00596 <span class="comment">//returns the matching value</span> |