diff options
Diffstat (limited to 'kmail/recipientseditortest.cpp')
-rw-r--r-- | kmail/recipientseditortest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/recipientseditortest.cpp b/kmail/recipientseditortest.cpp index 8ef12ed24..05e552530 100644 --- a/kmail/recipientseditortest.cpp +++ b/kmail/recipientseditortest.cpp @@ -39,8 +39,8 @@ #include <tqlineedit.h> #include <tqtextedit.h> -Composer::Composer( TQWidget *tqparent ) - : TQWidget( tqparent ) +Composer::Composer( TQWidget *parent ) + : TQWidget( parent ) { TQGridLayout *topLayout = new TQGridLayout( this ); topLayout->setMargin( 4 ); |