diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:09:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:09:35 -0600 |
commit | c7e29c4606e72cf1d3d0052eec08805c8cf3fce7 (patch) | |
tree | a20841af6b5c7f361530b5318594de081adb2772 /src/smalldialogs.cpp | |
parent | 303e108109ce526c414e8770119134dcc2f2d7bd (diff) | |
download | kdiff3-c7e29c4606e72cf1d3d0052eec08805c8cf3fce7.tar.gz kdiff3-c7e29c4606e72cf1d3d0052eec08805c8cf3fce7.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/smalldialogs.cpp')
-rw-r--r-- | src/smalldialogs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smalldialogs.cpp b/src/smalldialogs.cpp index 7dc6340..5ed0c26 100644 --- a/src/smalldialogs.cpp +++ b/src/smalldialogs.cpp @@ -170,7 +170,7 @@ OpenDialog::OpenDialog( connect( button, TQT_SIGNAL(clicked()), this, TQT_SLOT( reject() ) ); l->addWidget( button,1 ); - TQSize sh = tqsizeHint(); + TQSize sh = sizeHint(); setFixedHeight( sh.height() ); m_bInputFileNameChanged = false; @@ -498,7 +498,7 @@ RegExpTester::RegExpTester( TQWidget* pParent, const TQString& autoMergeRegExpTo pGrid->addWidget(pButton,line,1); connect( pButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(reject())); - resize( 800, tqsizeHint().height() ); + resize( 800, sizeHint().height() ); } void RegExpTester::init( const TQString& autoMergeRegExp, const TQString& historyStartRegExp, const TQString& historyEntryStartRegExp, const TQString historySortKeyOrder ) |