summaryrefslogtreecommitdiffstats
path: root/kfind/kfind.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfind/kfind.cpp')
-rw-r--r--kfind/kfind.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfind/kfind.cpp b/kfind/kfind.cpp
index 8908b26c8..ee978d446 100644
--- a/kfind/kfind.cpp
+++ b/kfind/kfind.cpp
@@ -65,12 +65,12 @@ Kfind::Kfind(TQWidget *parent, const char *name)
// create button box
TQVBox * mButtonBox = new TQVBox( this );
- TQVBoxLayout *lay = (TQVBoxLayout*)mButtonBox->layout();
+ TQVBoxLayout *lay = (TQVBoxLayout*)mButtonBox->tqlayout();
lay->addStretch(1);
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() ) );