summaryrefslogtreecommitdiffstats
path: root/kword/KWInsertPageDia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWInsertPageDia.cpp')
-rw-r--r--kword/KWInsertPageDia.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWInsertPageDia.cpp b/kword/KWInsertPageDia.cpp
index 95aed5c0..28d0cd34 100644
--- a/kword/KWInsertPageDia.cpp
+++ b/kword/KWInsertPageDia.cpp
@@ -23,7 +23,7 @@
#include <klocale.h>
#include <tqradiobutton.h>
#include <tqgroupbox.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <tqbuttongroup.h>
#include <tqvbox.h>
@@ -34,7 +34,7 @@ KWInsertPageDia::KWInsertPageDia( TQWidget *parent, const char* name )
TQButtonGroup *grp = new TQButtonGroup( 1, Qt::Horizontal, i18n( "Insert Page" ),page );
grp->setRadioButtonExclusive( TRUE );
- grp->layout();
+ grp->tqlayout();
m_after = new TQRadioButton( i18n("After"), grp );
m_before = new TQRadioButton( i18n("Before"), grp );