summaryrefslogtreecommitdiffstats
path: root/doc/html/CommandEntryDlg_8cpp-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/CommandEntryDlg_8cpp-source.html')
-rw-r--r--doc/html/CommandEntryDlg_8cpp-source.html102
1 files changed, 51 insertions, 51 deletions
diff --git a/doc/html/CommandEntryDlg_8cpp-source.html b/doc/html/CommandEntryDlg_8cpp-source.html
index cb77c01..085587b 100644
--- a/doc/html/CommandEntryDlg_8cpp-source.html
+++ b/doc/html/CommandEntryDlg_8cpp-source.html
@@ -16,7 +16,7 @@
<div class="nav">
<a class="el" href="dir_656923b733374505e0e2f68ecb68d952.html">kshowmail</a></div>
<h1>CommandEntryDlg.cpp</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#include &lt;kdialog.h&gt;</span>
-<a name="l00002"></a>00002 <span class="preprocessor">#include &lt;klocale.h&gt;</span>
+<a name="l00002"></a>00002 <span class="preprocessor">#include &lt;tdelocale.h&gt;</span>
<a name="l00003"></a>00003 <span class="comment">/****************************************************************************</span>
<a name="l00004"></a>00004 <span class="comment">** Form implementation generated from reading ui file '/home/kuddel/Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/CommandEntryDlg.ui'</span>
<a name="l00005"></a>00005 <span class="comment">**</span>
@@ -28,14 +28,14 @@
<a name="l00011"></a>00011
<a name="l00012"></a>00012 <span class="preprocessor">#include "CommandEntryDlg.h"</span>
<a name="l00013"></a>00013
-<a name="l00014"></a>00014 <span class="preprocessor">#include &lt;qvariant.h&gt;</span>
-<a name="l00015"></a>00015 <span class="preprocessor">#include &lt;qgroupbox.h&gt;</span>
-<a name="l00016"></a>00016 <span class="preprocessor">#include &lt;qpushbutton.h&gt;</span>
-<a name="l00017"></a>00017 <span class="preprocessor">#include &lt;qcheckbox.h&gt;</span>
-<a name="l00018"></a>00018 <span class="preprocessor">#include &lt;qlineedit.h&gt;</span>
-<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;qlayout.h&gt;</span>
-<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;qtooltip.h&gt;</span>
-<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;qwhatsthis.h&gt;</span>
+<a name="l00014"></a>00014 <span class="preprocessor">#include &lt;ntqvariant.h&gt;</span>
+<a name="l00015"></a>00015 <span class="preprocessor">#include &lt;ntqgroupbox.h&gt;</span>
+<a name="l00016"></a>00016 <span class="preprocessor">#include &lt;ntqpushbutton.h&gt;</span>
+<a name="l00017"></a>00017 <span class="preprocessor">#include &lt;ntqcheckbox.h&gt;</span>
+<a name="l00018"></a>00018 <span class="preprocessor">#include &lt;ntqlineedit.h&gt;</span>
+<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;ntqlayout.h&gt;</span>
+<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;ntqtooltip.h&gt;</span>
+<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;ntqwhatsthis.h&gt;</span>
<a name="l00022"></a>00022
<a name="l00023"></a>00023 <span class="comment">/*</span>
<a name="l00024"></a>00024 <span class="comment"> * Constructs a CommandEntryDlg as a child of 'parent', with the</span>
@@ -44,62 +44,62 @@
<a name="l00027"></a>00027 <span class="comment"> * The dialog will by default be modeless, unless you set 'modal' to</span>
<a name="l00028"></a>00028 <span class="comment"> * TRUE to construct a modal dialog.</span>
<a name="l00029"></a>00029 <span class="comment"> */</span>
-<a name="l00030"></a><a class="code" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">00030</a> <a class="code" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg::CommandEntryDlg</a>( QWidget* parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">bool</span> modal, WFlags fl )
-<a name="l00031"></a>00031 : QDialog( parent, name, modal, fl )
+<a name="l00030"></a><a class="code" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">00030</a> <a class="code" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg::CommandEntryDlg</a>( TQWidget* parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">bool</span> modal, WFlags fl )
+<a name="l00031"></a>00031 : TQDialog( parent, name, modal, fl )
<a name="l00032"></a>00032 {
<a name="l00033"></a>00033 <span class="keywordflow">if</span> ( !name )
<a name="l00034"></a>00034 setName( <span class="stringliteral">"CommandEntryDlg"</span> );
<a name="l00035"></a>00035 setSizeGripEnabled( FALSE );
-<a name="l00036"></a>00036 <a class="code" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a> = <span class="keyword">new</span> QVBoxLayout( <span class="keyword">this</span>, 11, 6, <span class="stringliteral">"CommandEntryDlgLayout"</span>);
+<a name="l00036"></a>00036 <a class="code" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a> = <span class="keyword">new</span> TQVBoxLayout( <span class="keyword">this</span>, 11, 6, <span class="stringliteral">"CommandEntryDlgLayout"</span>);
<a name="l00037"></a>00037
-<a name="l00038"></a>00038 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a> = <span class="keyword">new</span> QGroupBox( <span class="keyword">this</span>, <span class="stringliteral">"QGroupBox_1"</span> );
-<a name="l00039"></a>00039 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>-&gt;setFrameShape( QGroupBox::Box );
-<a name="l00040"></a>00040 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>-&gt;setFrameShadow( QGroupBox::Sunken );
-<a name="l00041"></a>00041 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>-&gt;setColumnLayout(0, Qt::Vertical );
-<a name="l00042"></a>00042 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>-&gt;layout()-&gt;setSpacing( 6 );
-<a name="l00043"></a>00043 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>-&gt;layout()-&gt;setMargin( 11 );
-<a name="l00044"></a>00044 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a> = <span class="keyword">new</span> QGridLayout( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>-&gt;layout() );
-<a name="l00045"></a>00045 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>-&gt;setAlignment( Qt::AlignTop );
+<a name="l00038"></a>00038 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a> = <span class="keyword">new</span> TQGroupBox( <span class="keyword">this</span>, <span class="stringliteral">"TQGroupBox_1"</span> );
+<a name="l00039"></a>00039 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>-&gt;setFrameShape( TQGroupBox::Box );
+<a name="l00040"></a>00040 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>-&gt;setFrameShadow( TQGroupBox::Sunken );
+<a name="l00041"></a>00041 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>-&gt;setColumnLayout(0, TQt::Vertical );
+<a name="l00042"></a>00042 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>-&gt;layout()-&gt;setSpacing( 6 );
+<a name="l00043"></a>00043 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>-&gt;layout()-&gt;setMargin( 11 );
+<a name="l00044"></a>00044 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a> = <span class="keyword">new</span> TQGridLayout( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>-&gt;layout() );
+<a name="l00045"></a>00045 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>-&gt;setAlignment( TQt::AlignTop );
<a name="l00046"></a>00046
-<a name="l00047"></a>00047 <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a> = <span class="keyword">new</span> QPushButton( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>, <span class="stringliteral">"m_ButtonPath"</span> );
+<a name="l00047"></a>00047 <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a> = <span class="keyword">new</span> TQPushButton( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>, <span class="stringliteral">"m_ButtonPath"</span> );
<a name="l00048"></a>00048
-<a name="l00049"></a>00049 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>-&gt;addWidget( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, 1, 0 );
+<a name="l00049"></a>00049 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>-&gt;addWidget( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, 1, 0 );
<a name="l00050"></a>00050
-<a name="l00051"></a>00051 <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a> = <span class="keyword">new</span> QPushButton( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>, <span class="stringliteral">"m_ButtonTest"</span> );
+<a name="l00051"></a>00051 <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a> = <span class="keyword">new</span> TQPushButton( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>, <span class="stringliteral">"m_ButtonTest"</span> );
<a name="l00052"></a>00052
-<a name="l00053"></a>00053 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>-&gt;addWidget( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, 0, 2 );
+<a name="l00053"></a>00053 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>-&gt;addWidget( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, 0, 2 );
<a name="l00054"></a>00054
-<a name="l00055"></a>00055 <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a> = <span class="keyword">new</span> QCheckBox( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>, <span class="stringliteral">"m_checkModal"</span> );
+<a name="l00055"></a>00055 <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>, <span class="stringliteral">"m_checkModal"</span> );
<a name="l00056"></a>00056
-<a name="l00057"></a>00057 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>-&gt;addMultiCellWidget( <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a>, 2, 2, 1, 2 );
+<a name="l00057"></a>00057 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>-&gt;addMultiCellWidget( <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a>, 2, 2, 1, 2 );
<a name="l00058"></a>00058
-<a name="l00059"></a>00059 <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a> = <span class="keyword">new</span> QLineEdit( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>, <span class="stringliteral">"m_EditName"</span> );
-<a name="l00060"></a>00060 <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>-&gt;setFocusPolicy( QLineEdit::StrongFocus );
+<a name="l00059"></a>00059 <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a> = <span class="keyword">new</span> TQLineEdit( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>, <span class="stringliteral">"m_EditName"</span> );
+<a name="l00060"></a>00060 <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>-&gt;setFocusPolicy( TQLineEdit::StrongFocus );
<a name="l00061"></a>00061
-<a name="l00062"></a>00062 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>-&gt;addWidget( <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>, 0, 1 );
+<a name="l00062"></a>00062 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>-&gt;addWidget( <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>, 0, 1 );
<a name="l00063"></a>00063
-<a name="l00064"></a>00064 <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a> = <span class="keyword">new</span> QLineEdit( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>, <span class="stringliteral">"m_EditPath"</span> );
-<a name="l00065"></a>00065 <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>-&gt;setFocusPolicy( QLineEdit::StrongFocus );
+<a name="l00064"></a>00064 <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a> = <span class="keyword">new</span> TQLineEdit( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>, <span class="stringliteral">"m_EditPath"</span> );
+<a name="l00065"></a>00065 <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>-&gt;setFocusPolicy( TQLineEdit::StrongFocus );
<a name="l00066"></a>00066
-<a name="l00067"></a>00067 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>-&gt;addMultiCellWidget( <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>, 1, 1, 1, 2 );
-<a name="l00068"></a>00068 <a class="code" href="classCommandEntryDlg.html#23d051b2743b394cfaef947a7c1e258a">spacer3</a> = <span class="keyword">new</span> QSpacerItem( 90, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
-<a name="l00069"></a>00069 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>-&gt;addItem( <a class="code" href="classCommandEntryDlg.html#23d051b2743b394cfaef947a7c1e258a">spacer3</a>, 2, 0 );
-<a name="l00070"></a>00070 <a class="code" href="classCommandEntryDlg.html#26e10325d0d4877b4e7ec72106633e52">Spacer16</a> = <span class="keyword">new</span> QSpacerItem( 150, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
-<a name="l00071"></a>00071 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>-&gt;addItem( <a class="code" href="classCommandEntryDlg.html#26e10325d0d4877b4e7ec72106633e52">Spacer16</a>, 0, 0 );
-<a name="l00072"></a>00072 <a class="code" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a>-&gt;addWidget( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a> );
+<a name="l00067"></a>00067 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>-&gt;addMultiCellWidget( <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>, 1, 1, 1, 2 );
+<a name="l00068"></a>00068 <a class="code" href="classCommandEntryDlg.html#23d051b2743b394cfaef947a7c1e258a">spacer3</a> = <span class="keyword">new</span> TQSpacerItem( 90, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
+<a name="l00069"></a>00069 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>-&gt;addItem( <a class="code" href="classCommandEntryDlg.html#23d051b2743b394cfaef947a7c1e258a">spacer3</a>, 2, 0 );
+<a name="l00070"></a>00070 <a class="code" href="classCommandEntryDlg.html#26e10325d0d4877b4e7ec72106633e52">Spacer16</a> = <span class="keyword">new</span> TQSpacerItem( 150, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
+<a name="l00071"></a>00071 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>-&gt;addItem( <a class="code" href="classCommandEntryDlg.html#26e10325d0d4877b4e7ec72106633e52">Spacer16</a>, 0, 0 );
+<a name="l00072"></a>00072 <a class="code" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a>-&gt;addWidget( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a> );
<a name="l00073"></a>00073
-<a name="l00074"></a>00074 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a> = <span class="keyword">new</span> QHBoxLayout( 0, 0, 6, <span class="stringliteral">"layout2"</span>);
-<a name="l00075"></a>00075 <a class="code" href="classCommandEntryDlg.html#15f62b3dcd97ca1234409845fcca7047">Spacer17</a> = <span class="keyword">new</span> QSpacerItem( 207, 16, QSizePolicy::Expanding, QSizePolicy::Minimum );
+<a name="l00074"></a>00074 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a> = <span class="keyword">new</span> TQHBoxLayout( 0, 0, 6, <span class="stringliteral">"layout2"</span>);
+<a name="l00075"></a>00075 <a class="code" href="classCommandEntryDlg.html#15f62b3dcd97ca1234409845fcca7047">Spacer17</a> = <span class="keyword">new</span> TQSpacerItem( 207, 16, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
<a name="l00076"></a>00076 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a>-&gt;addItem( <a class="code" href="classCommandEntryDlg.html#15f62b3dcd97ca1234409845fcca7047">Spacer17</a> );
<a name="l00077"></a>00077
-<a name="l00078"></a>00078 <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a> = <span class="keyword">new</span> QPushButton( <span class="keyword">this</span>, <span class="stringliteral">"m_ButtonOk"</span> );
+<a name="l00078"></a>00078 <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a> = <span class="keyword">new</span> TQPushButton( <span class="keyword">this</span>, <span class="stringliteral">"m_ButtonOk"</span> );
<a name="l00079"></a>00079 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a>-&gt;addWidget( <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a> );
<a name="l00080"></a>00080
-<a name="l00081"></a>00081 <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a> = <span class="keyword">new</span> QPushButton( <span class="keyword">this</span>, <span class="stringliteral">"m_ButtonCancel"</span> );
+<a name="l00081"></a>00081 <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a> = <span class="keyword">new</span> TQPushButton( <span class="keyword">this</span>, <span class="stringliteral">"m_ButtonCancel"</span> );
<a name="l00082"></a>00082 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a>-&gt;addWidget( <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a> );
<a name="l00083"></a>00083 <a class="code" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a>-&gt;addLayout( <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a> );
<a name="l00084"></a>00084 <a class="code" href="classCommandEntryDlg.html#2f33e10c24f756bc76fd3ff674e53ec8">languageChange</a>();
-<a name="l00085"></a>00085 resize( QSize(387, 207).expandedTo(minimumSizeHint()) );
+<a name="l00085"></a>00085 resize( TQSize(387, 207).expandedTo(minimumSizeHint()) );
<a name="l00086"></a>00086 clearWState( WState_Polished );
<a name="l00087"></a>00087
<a name="l00088"></a>00088 <span class="comment">// signals and slots connections</span>
@@ -122,7 +122,7 @@
<a name="l00105"></a>00105 <span class="comment"> */</span>
<a name="l00106"></a><a class="code" href="classCommandEntryDlg.html#48a980d2b11d91a2848724261ad28ae7">00106</a> <a class="code" href="classCommandEntryDlg.html#48a980d2b11d91a2848724261ad28ae7">CommandEntryDlg::~CommandEntryDlg</a>()
<a name="l00107"></a>00107 {
-<a name="l00108"></a>00108 <span class="comment">// no need to delete child widgets, Qt does it all for us</span>
+<a name="l00108"></a>00108 <span class="comment">// no need to delete child widgets, TQt does it all for us</span>
<a name="l00109"></a>00109 }
<a name="l00110"></a>00110
<a name="l00111"></a>00111 <span class="comment">/*</span>
@@ -132,31 +132,31 @@
<a name="l00115"></a><a class="code" href="classCommandEntryDlg.html#2f33e10c24f756bc76fd3ff674e53ec8">00115</a> <span class="keywordtype">void</span> <a class="code" href="classCommandEntryDlg.html#2f33e10c24f756bc76fd3ff674e53ec8">CommandEntryDlg::languageChange</a>()
<a name="l00116"></a>00116 {
<a name="l00117"></a>00117 setCaption( tr2i18n( <span class="stringliteral">"User command"</span> ) );
-<a name="l00118"></a>00118 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>-&gt;setTitle( tr2i18n( <span class="stringliteral">"Menu Entry"</span> ) );
+<a name="l00118"></a>00118 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>-&gt;setTitle( tr2i18n( <span class="stringliteral">"Menu Entry"</span> ) );
<a name="l00119"></a>00119 <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>-&gt;setText( tr2i18n( <span class="stringliteral">"Command:"</span> ) );
-<a name="l00120"></a>00120 QToolTip::add( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, tr2i18n( <span class="stringliteral">"Press button to select command path"</span> ) );
+<a name="l00120"></a>00120 TQToolTip::add( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, tr2i18n( <span class="stringliteral">"Press button to select command path"</span> ) );
<a name="l00121"></a>00121 <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>-&gt;setText( tr2i18n( <span class="stringliteral">"Test"</span> ) );
-<a name="l00122"></a>00122 QToolTip::add( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, tr2i18n( <span class="stringliteral">"Execute the command immediatly"</span> ) );
+<a name="l00122"></a>00122 TQToolTip::add( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, tr2i18n( <span class="stringliteral">"Execute the command immediatly"</span> ) );
<a name="l00123"></a>00123 <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a>-&gt;setText( tr2i18n( <span class="stringliteral">"Wait for command to complete"</span> ) );
-<a name="l00124"></a>00124 QToolTip::add( <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>, tr2i18n( <span class="stringliteral">"Enter menu entry name"</span> ) );
-<a name="l00125"></a>00125 QToolTip::add( <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>, tr2i18n( <span class="stringliteral">"&lt;qt&gt;Enter path to selected command and arguments&lt;br&gt;&amp;lt;user&amp;gt;, &amp;lt;server&amp;gt;, &amp;lt;passwd&amp;gt;, &amp;lt;header&amp;gt; and &amp;lt;body&amp;gt; may be used as arguments&lt;/qt&gt;"</span> ) );
+<a name="l00124"></a>00124 TQToolTip::add( <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>, tr2i18n( <span class="stringliteral">"Enter menu entry name"</span> ) );
+<a name="l00125"></a>00125 TQToolTip::add( <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>, tr2i18n( <span class="stringliteral">"&lt;qt&gt;Enter path to selected command and arguments&lt;br&gt;&amp;lt;user&amp;gt;, &amp;lt;server&amp;gt;, &amp;lt;passwd&amp;gt;, &amp;lt;header&amp;gt; and &amp;lt;body&amp;gt; may be used as arguments&lt;/qt&gt;"</span> ) );
<a name="l00126"></a>00126 <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a>-&gt;setText( tr2i18n( <span class="stringliteral">"OK"</span> ) );
<a name="l00127"></a>00127 <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a>-&gt;setText( tr2i18n( <span class="stringliteral">"Cancel"</span> ) );
<a name="l00128"></a>00128 }
<a name="l00129"></a>00129
<a name="l00130"></a><a class="code" href="classCommandEntryDlg.html#f70d2de60fe58f262ab6363442b326e8">00130</a> <span class="keywordtype">void</span> <a class="code" href="classCommandEntryDlg.html#f70d2de60fe58f262ab6363442b326e8">CommandEntryDlg::slotOk</a>()
<a name="l00131"></a>00131 {
-<a name="l00132"></a>00132 qWarning( <span class="stringliteral">"CommandEntryDlg::slotOk(): Not implemented yet"</span> );
+<a name="l00132"></a>00132 tqWarning( <span class="stringliteral">"CommandEntryDlg::slotOk(): Not implemented yet"</span> );
<a name="l00133"></a>00133 }
<a name="l00134"></a>00134
<a name="l00135"></a><a class="code" href="classCommandEntryDlg.html#801dd753d938894e3bd3af1bceb73215">00135</a> <span class="keywordtype">void</span> <a class="code" href="classCommandEntryDlg.html#801dd753d938894e3bd3af1bceb73215">CommandEntryDlg::slotPath</a>()
<a name="l00136"></a>00136 {
-<a name="l00137"></a>00137 qWarning( <span class="stringliteral">"CommandEntryDlg::slotPath(): Not implemented yet"</span> );
+<a name="l00137"></a>00137 tqWarning( <span class="stringliteral">"CommandEntryDlg::slotPath(): Not implemented yet"</span> );
<a name="l00138"></a>00138 }
<a name="l00139"></a>00139
<a name="l00140"></a><a class="code" href="classCommandEntryDlg.html#dc8db19864a1c18dcb71edd3c6d13bdf">00140</a> <span class="keywordtype">void</span> <a class="code" href="classCommandEntryDlg.html#dc8db19864a1c18dcb71edd3c6d13bdf">CommandEntryDlg::slotTest</a>()
<a name="l00141"></a>00141 {
-<a name="l00142"></a>00142 qWarning( <span class="stringliteral">"CommandEntryDlg::slotTest(): Not implemented yet"</span> );
+<a name="l00142"></a>00142 tqWarning( <span class="stringliteral">"CommandEntryDlg::slotTest(): Not implemented yet"</span> );
<a name="l00143"></a>00143 }
<a name="l00144"></a>00144
<a name="l00145"></a>00145 <span class="preprocessor">#include "CommandEntryDlg.moc"</span>