summaryrefslogtreecommitdiffstats
path: root/src/prefMencoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefMencoder.cpp')
-rw-r--r--src/prefMencoder.cpp48
1 files changed, 24 insertions, 24 deletions
diff --git a/src/prefMencoder.cpp b/src/prefMencoder.cpp
index 9700c4b..1c28707 100644
--- a/src/prefMencoder.cpp
+++ b/src/prefMencoder.cpp
@@ -33,7 +33,7 @@ prefMencoder::prefMencoder( TQWidget* parent, const char* name, WFlags fl )
setName( "prefMencoder" );
prefMencoderLayout = new TQGridLayout( this, 1, 1, 11, 6, "prefMencoderLayout");
- tqlayout2 = new TQGridLayout( 0, 1, 1, 0, 6, "tqlayout2");
+ layout2 = new TQGridLayout( 0, 1, 1, 0, 6, "layout2");
textLabel2 = new TQLabel( this, "textLabel2" );
textLabel2->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, textLabel2->sizePolicy().hasHeightForWidth() ) );
@@ -41,14 +41,14 @@ prefMencoder::prefMencoder( TQWidget* parent, const char* name, WFlags fl )
textLabel2_font.setBold( TRUE );
textLabel2->setFont( textLabel2_font );
- tqlayout2->addWidget( textLabel2, 0, 0 );
+ layout2->addWidget( textLabel2, 0, 0 );
textLabel2_2 = new TQLabel( this, "textLabel2_2" );
textLabel2_2->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel2_2->sizePolicy().hasHeightForWidth() ) );
- tqlayout2->addWidget( textLabel2_2, 0, 1 );
+ layout2->addWidget( textLabel2_2, 0, 1 );
- prefMencoderLayout->addLayout( tqlayout2, 2, 0 );
+ prefMencoderLayout->addLayout( layout2, 2, 0 );
tabWidget2 = new TQTabWidget( this, "tabWidget2" );
@@ -83,62 +83,62 @@ prefMencoder::prefMencoder( TQWidget* parent, const char* name, WFlags fl )
tabLayout->addWidget( textLabel1_2_3, 3, 2 );
- tqlayout9 = new TQGridLayout( 0, 1, 1, 0, 6, "tqlayout9");
+ layout9 = new TQGridLayout( 0, 1, 1, 0, 6, "layout9");
teOpt2 = new TQTextEdit( tab, "teOpt2" );
teOpt2->setEnabled( TRUE );
- tqlayout9->addMultiCellWidget( teOpt2, 0, 1, 0, 0 );
+ layout9->addMultiCellWidget( teOpt2, 0, 1, 0, 0 );
spacer5 = new TQSpacerItem( 20, 81, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
- tqlayout9->addItem( spacer5, 1, 1 );
+ layout9->addItem( spacer5, 1, 1 );
btnOpt2 = new KPushButton( tab, "btnOpt2" );
btnOpt2->setMinimumSize( TQSize( 22, 22 ) );
btnOpt2->setMaximumSize( TQSize( 22, 22 ) );
- tqlayout9->addWidget( btnOpt2, 0, 1 );
+ layout9->addWidget( btnOpt2, 0, 1 );
- tabLayout->addLayout( tqlayout9, 3, 3 );
+ tabLayout->addLayout( layout9, 3, 3 );
- tqlayout10 = new TQGridLayout( 0, 1, 1, 0, 6, "tqlayout10");
+ layout10 = new TQGridLayout( 0, 1, 1, 0, 6, "layout10");
teOpt3 = new TQTextEdit( tab, "teOpt3" );
teOpt3->setEnabled( TRUE );
- tqlayout10->addMultiCellWidget( teOpt3, 0, 1, 0, 0 );
+ layout10->addMultiCellWidget( teOpt3, 0, 1, 0, 0 );
btnOpt3 = new KPushButton( tab, "btnOpt3" );
btnOpt3->setMinimumSize( TQSize( 22, 22 ) );
btnOpt3->setMaximumSize( TQSize( 22, 22 ) );
- tqlayout10->addWidget( btnOpt3, 0, 1 );
+ layout10->addWidget( btnOpt3, 0, 1 );
spacer6 = new TQSpacerItem( 20, 60, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
- tqlayout10->addItem( spacer6, 1, 1 );
+ layout10->addItem( spacer6, 1, 1 );
- tabLayout->addMultiCellLayout( tqlayout10, 4, 5, 3, 3 );
+ tabLayout->addMultiCellLayout( layout10, 4, 5, 3, 3 );
textLabel1_2 = new TQLabel( tab, "textLabel1_2" );
tabLayout->addWidget( textLabel1_2, 2, 2 );
- tqlayout8 = new TQGridLayout( 0, 1, 1, 0, 6, "tqlayout8");
+ layout8 = new TQGridLayout( 0, 1, 1, 0, 6, "layout8");
spacer4 = new TQSpacerItem( 20, 90, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
- tqlayout8->addItem( spacer4, 1, 1 );
+ layout8->addItem( spacer4, 1, 1 );
teOpt1 = new TQTextEdit( tab, "teOpt1" );
teOpt1->setEnabled( TRUE );
teOpt1->setWordWrap( TQTextEdit::WidgetWidth );
- tqlayout8->addMultiCellWidget( teOpt1, 0, 1, 0, 0 );
+ layout8->addMultiCellWidget( teOpt1, 0, 1, 0, 0 );
btnOpt1 = new KPushButton( tab, "btnOpt1" );
btnOpt1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnOpt1->sizePolicy().hasHeightForWidth() ) );
btnOpt1->setMinimumSize( TQSize( 22, 22 ) );
btnOpt1->setMaximumSize( TQSize( 22, 22 ) );
- tqlayout8->addWidget( btnOpt1, 0, 1 );
+ layout8->addWidget( btnOpt1, 0, 1 );
- tabLayout->addLayout( tqlayout8, 2, 3 );
+ tabLayout->addLayout( layout8, 2, 3 );
textLabel1_2_3_2 = new TQLabel( tab, "textLabel1_2_3_2" );
@@ -181,22 +181,22 @@ prefMencoder::prefMencoder( TQWidget* parent, const char* name, WFlags fl )
tabLayout_2->addWidget( textLabel3, 0, 2 );
- tqlayout11 = new TQGridLayout( 0, 1, 1, 0, 6, "tqlayout11");
+ layout11 = new TQGridLayout( 0, 1, 1, 0, 6, "layout11");
teOptA = new TQTextEdit( tab_2, "teOptA" );
- tqlayout11->addMultiCellWidget( teOptA, 0, 1, 0, 0 );
+ layout11->addMultiCellWidget( teOptA, 0, 1, 0, 0 );
spacer4_2 = new TQSpacerItem( 20, 78, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
- tqlayout11->addItem( spacer4_2, 1, 1 );
+ layout11->addItem( spacer4_2, 1, 1 );
btnOptA = new KPushButton( tab_2, "btnOptA" );
btnOptA->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnOptA->sizePolicy().hasHeightForWidth() ) );
btnOptA->setMinimumSize( TQSize( 22, 22 ) );
btnOptA->setMaximumSize( TQSize( 22, 22 ) );
- tqlayout11->addWidget( btnOptA, 0, 1 );
+ layout11->addWidget( btnOptA, 0, 1 );
- tabLayout_2->addMultiCellLayout( tqlayout11, 1, 2, 3, 3 );
+ tabLayout_2->addMultiCellLayout( layout11, 1, 2, 3, 3 );
textLabel1_2_2_2 = new TQLabel( tab_2, "textLabel1_2_2_2" );
textLabel1_2_2_2->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1_2_2_2->sizePolicy().hasHeightForWidth() ) );