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 60892828d..f10490315 100644
--- a/kfind/kfind.cpp
+++ b/kfind/kfind.cpp
@@ -26,7 +26,7 @@
**********************************************************************/
#include <kpushbutton.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <tqvbox.h>
#include <kdialog.h>
@@ -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() ) );