diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:09:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:09:01 -0600 |
commit | 445633c8ffa0b5219c036b130230fdc6d97e9894 (patch) | |
tree | 1316fddd885f0ee259dcf646bafc5464c588204b /src/mencoderCmdGen.cpp | |
parent | a372f822fe1b3fad682bf6796cb62da4f13a31db (diff) | |
download | k9copy-445633c8ffa0b5219c036b130230fdc6d97e9894.tar.gz k9copy-445633c8ffa0b5219c036b130230fdc6d97e9894.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/mencoderCmdGen.cpp')
-rw-r--r-- | src/mencoderCmdGen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mencoderCmdGen.cpp b/src/mencoderCmdGen.cpp index bd9addd..7089281 100644 --- a/src/mencoderCmdGen.cpp +++ b/src/mencoderCmdGen.cpp @@ -59,7 +59,7 @@ MyDialog1::MyDialog1( TQWidget* parent, const char* name, bool modal, WFlags fl listView->addColumn( TQString() ); listView->header()->setClickEnabled( FALSE, listView->header()->count() - 1 ); listView->header()->setResizeEnabled( FALSE, listView->header()->count() - 1 ); - listView->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)7, 0, 0, listView->sizePolicy().hasHeightForWidth() ) ); + listView->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)7, 0, 0, listView->sizePolicy().hasHeightForWidth() ) ); listView->setMinimumSize( TQSize( 200, 0 ) ); listView->setResizeMode( TQListView::LastColumn ); @@ -72,7 +72,7 @@ MyDialog1::MyDialog1( TQWidget* parent, const char* name, bool modal, WFlags fl MyDialog1Layout->addWidget( wsOptions, 0, 1 ); languageChange(); - resize( TQSize(655, 498).expandedTo(tqminimumSizeHint()) ); + resize( TQSize(655, 498).expandedTo(minimumSizeHint()) ); clearWState( WState_Polished ); // signals and slots connections |