diff options
Diffstat (limited to 'lib/kotext/KoLayoutTab.cpp')
-rw-r--r-- | lib/kotext/KoLayoutTab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoLayoutTab.cpp b/lib/kotext/KoLayoutTab.cpp index 2ec9da693..9a2d4e18d 100644 --- a/lib/kotext/KoLayoutTab.cpp +++ b/lib/kotext/KoLayoutTab.cpp @@ -28,8 +28,8 @@ #include "KoLayoutTab.moc" -KoLayoutTab::KoLayoutTab( bool withSubSuperScript, TQWidget* tqparent, const char* name, WFlags fl ) - : KoLayoutTabBase( tqparent, name, fl ) +KoLayoutTab::KoLayoutTab( bool withSubSuperScript, TQWidget* parent, const char* name, WFlags fl ) + : KoLayoutTabBase( parent, name, fl ) { if ( !withSubSuperScript ) positionButtonGroup->hide(); |