summaryrefslogtreecommitdiffstats
path: root/kmail/recipientseditortest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/recipientseditortest.cpp')
-rw-r--r--kmail/recipientseditortest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/recipientseditortest.cpp b/kmail/recipientseditortest.cpp
index 8ef12ed2..05e55253 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 );