diff options
Diffstat (limited to 'kpresenter/KPrShadowDialogImpl.cpp')
-rw-r--r-- | kpresenter/KPrShadowDialogImpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrShadowDialogImpl.cpp b/kpresenter/KPrShadowDialogImpl.cpp index 8fd0cb00..e46e80fd 100644 --- a/kpresenter/KPrShadowDialogImpl.cpp +++ b/kpresenter/KPrShadowDialogImpl.cpp @@ -10,8 +10,8 @@ #include "KPrShadowDialogImpl.h" #include "KPrTextPreview.h" -KPrShadowDialogImpl::KPrShadowDialogImpl( TQWidget *tqparent, const char* name ) - : ShadowDialogBase( tqparent, name ) +KPrShadowDialogImpl::KPrShadowDialogImpl( TQWidget *parent, const char* name ) + : ShadowDialogBase( parent, name ) { _preview = new KPrTextPreview( previewPanel ); TQHBoxLayout *lay = new TQHBoxLayout( previewPanel, previewPanel->lineWidth(), 0 ); |