summaryrefslogtreecommitdiffstats
path: root/kword/KWInsertPageDia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWInsertPageDia.cpp')
-rw-r--r--kword/KWInsertPageDia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWInsertPageDia.cpp b/kword/KWInsertPageDia.cpp
index 28d0cd348..42ca6b22f 100644
--- a/kword/KWInsertPageDia.cpp
+++ b/kword/KWInsertPageDia.cpp
@@ -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->tqlayout();
+ grp->layout();
m_after = new TQRadioButton( i18n("After"), grp );
m_before = new TQRadioButton( i18n("Before"), grp );