summaryrefslogtreecommitdiffstats
path: root/kmail/kmatmlistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmatmlistview.cpp')
-rw-r--r--kmail/kmatmlistview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmatmlistview.cpp b/kmail/kmatmlistview.cpp
index 7a507c3f..d1300f84 100644
--- a/kmail/kmatmlistview.cpp
+++ b/kmail/kmatmlistview.cpp
@@ -9,9 +9,9 @@
#include <tqcheckbox.h>
#include <tqheader.h>
-KMAtmListViewItem::KMAtmListViewItem( TQListView *tqparent )
+KMAtmListViewItem::KMAtmListViewItem( TQListView *parent )
: TQObject(),
- TQListViewItem( tqparent )
+ TQListViewItem( parent )
{
mCBCompress = new TQCheckBox( listView()->viewport() );
mCBEncrypt = new TQCheckBox( listView()->viewport() );