diff options
Diffstat (limited to 'kontact/interfaces/summary.cpp')
-rw-r--r-- | kontact/interfaces/summary.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kontact/interfaces/summary.cpp b/kontact/interfaces/summary.cpp index 4fa495bf1..085125222 100644 --- a/kontact/interfaces/summary.cpp +++ b/kontact/interfaces/summary.cpp @@ -34,8 +34,8 @@ using namespace Kontact; -Summary::Summary( TQWidget *tqparent, const char *name ) - : TQWidget( tqparent, name ) +Summary::Summary( TQWidget *parent, const char *name ) + : TQWidget( parent, name ) { setAcceptDrops( true ); } @@ -44,9 +44,9 @@ Summary::~Summary() { } -TQWidget* Summary::createHeader(TQWidget *tqparent, const TQPixmap& icon, const TQString& heading) +TQWidget* Summary::createHeader(TQWidget *parent, const TQPixmap& icon, const TQString& heading) { - TQHBox* hbox = new TQHBox( tqparent ); + TQHBox* hbox = new TQHBox( parent ); hbox->setMargin( 2 ); TQFont boldFont; |