diff options
Diffstat (limited to 'kfind/kfind.cpp')
-rw-r--r-- | kfind/kfind.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kfind.cpp b/kfind/kfind.cpp index 8908b26c8..f10490315 100644 --- a/kfind/kfind.cpp +++ b/kfind/kfind.cpp @@ -70,7 +70,7 @@ Kfind::Kfind(TQWidget *parent, const char *name) mTopLayout->addWidget(mButtonBox); mSearch = new KPushButton( KGuiItem(i18n("&Find"), "find"), mButtonBox ); - mButtonBox->setSpacing( (tabWidget->sizeHint().height()-4*mSearch->sizeHint().height()) / 4); + mButtonBox->setSpacing( (tabWidget->tqsizeHint().height()-4*mSearch->tqsizeHint().height()) / 4); connect( mSearch, TQT_SIGNAL(clicked()), this, TQT_SLOT( startSearch() ) ); mStop = new KPushButton( KGuiItem(i18n("Stop"), "stop"), mButtonBox ); connect( mStop, TQT_SIGNAL(clicked()), this, TQT_SLOT( stopSearch() ) ); |