summaryrefslogtreecommitdiffstats
path: root/kmail/attachmentlistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/attachmentlistview.cpp')
-rw-r--r--kmail/attachmentlistview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/attachmentlistview.cpp b/kmail/attachmentlistview.cpp
index 7eebbbb2..18e8ddaf 100644
--- a/kmail/attachmentlistview.cpp
+++ b/kmail/attachmentlistview.cpp
@@ -47,9 +47,9 @@ using KPIM::MailListDrag;
namespace KMail {
AttachmentListView::AttachmentListView( KMail::Composer * composer,
- TQWidget* tqparent,
+ TQWidget* parent,
const char* name )
- : KListView( tqparent, name ),
+ : KListView( parent, name ),
mComposer( composer )
{
setAcceptDrops( true );