diff options
Diffstat (limited to 'tdeprint/management/kxmlcommanddlg.cpp')
| -rw-r--r-- | tdeprint/management/kxmlcommanddlg.cpp | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/tdeprint/management/kxmlcommanddlg.cpp b/tdeprint/management/kxmlcommanddlg.cpp index 5f6b6032d..45983558c 100644 --- a/tdeprint/management/kxmlcommanddlg.cpp +++ b/tdeprint/management/kxmlcommanddlg.cpp @@ -184,7 +184,7 @@ KXmlCommandAdvancedDlg::KXmlCommandAdvancedDlg(TQWidget *parent, const char *nam  	TQHBoxLayout	*l0 = new TQHBoxLayout(0, 0, KDialog::spacingHint());  	TQGridLayout	*l10 = new TQGridLayout(0, 2, 2, 0, KDialog::spacingHint());  	l2->addLayout(l0, 1); -	l0->addLayout(TQT_TQLAYOUT(l10)); +	l0->addLayout(l10);  	l10->addMultiCellWidget(m_view, 0, 0, 0, 1);  	l10->addWidget(gb_input, 1, 0);  	l10->addWidget(gb_output, 1, 1); @@ -243,7 +243,7 @@ KXmlCommandAdvancedDlg::KXmlCommandAdvancedDlg(TQWidget *parent, const char *nam  	l9->addWidget(m_outputfile, 0, 1);  	l9->addWidget(m_outputpipe, 1, 1); -	TQVBoxLayout	*l11 = new TQVBoxLayout(TQT_TQLAYOUT(gb->layout())); +	TQVBoxLayout	*l11 = new TQVBoxLayout(gb->layout());  	l11->addWidget(m_stack);  	TQVBoxLayout *l12 = new TQVBoxLayout( 0, 0, 0 ); @@ -877,7 +877,7 @@ KXmlCommandDlg::KXmlCommandDlg(TQWidget *parent, const char *name)  	TQVBoxLayout	*l0 = new TQVBoxLayout(topmain, 0, 10);  	TQGridLayout	*l5 = new TQGridLayout(0, 2, 2, 0, 5); -	l0->addLayout(TQT_TQLAYOUT(l5)); +	l0->addLayout(l5);  	l5->addWidget(m_idnamelab, 0, 0);  	l5->addWidget(m_idname, 0, 1);  	l5->addWidget(m_desclab, 1, 0); @@ -895,14 +895,14 @@ KXmlCommandDlg::KXmlCommandDlg(TQWidget *parent, const char *name)  	l6->addWidget(m_mimetypelab, 0);  	l6->addWidget(m_mimetype, 1);  	l7->addWidget(m_gb1); -	TQGridLayout	*l2 = new TQGridLayout(TQT_TQLAYOUT(m_gb1->layout()), 4, 3, 10); +	TQGridLayout	*l2 = new TQGridLayout(m_gb1->layout(), 4, 3, 10);  	l2->addMultiCellWidget(m_availablemime, 0, 3, 2, 2);  	l2->addMultiCellWidget(m_selectedmime, 0, 3, 0, 0);  	l2->addWidget(m_addmime, 1, 1);  	l2->addWidget(m_removemime, 2, 1);  	l2->setRowStretch(0, 1);  	l2->setRowStretch(3, 1); -	TQHBoxLayout	*l4 = new TQHBoxLayout(TQT_TQLAYOUT(m_gb2->layout()), 10); +	TQHBoxLayout	*l4 = new TQHBoxLayout(m_gb2->layout(), 10);  	l4->addWidget(m_requirements);  	TQVBoxLayout	*l8 = new TQVBoxLayout(0, 0, 0);  	l4->addLayout(l8); | 
