diff options
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 ) |