summaryrefslogtreecommitdiffstats
path: root/krusader/Dialogs/krmaskchoice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/Dialogs/krmaskchoice.cpp')
-rw-r--r--krusader/Dialogs/krmaskchoice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krusader/Dialogs/krmaskchoice.cpp b/krusader/Dialogs/krmaskchoice.cpp
index ea2efae..261366e 100644
--- a/krusader/Dialogs/krmaskchoice.cpp
+++ b/krusader/Dialogs/krmaskchoice.cpp
@@ -34,7 +34,7 @@
#include <tqlabel.h>
#include <tqlistbox.h>
#include <tqpushbutton.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <tqvariant.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
@@ -56,7 +56,7 @@ KRMaskChoice::KRMaskChoice( TQWidget* parent, const char* name, bool modal, WFl
setName( "KRMaskChoice" );
resize( 401, 314 );
setCaption( i18n( "Choose Files" ) );
- setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5 ) );
+ tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5 ) );
selection = new TQComboBox( FALSE, this, "selection" );
int height = TQFontMetrics( selection->font() ).height();