summaryrefslogtreecommitdiffstats
path: root/kmail/attachmentlistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/attachmentlistview.cpp')
-rw-r--r--kmail/attachmentlistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/attachmentlistview.cpp b/kmail/attachmentlistview.cpp
index 11c53f12..49fc3935 100644
--- a/kmail/attachmentlistview.cpp
+++ b/kmail/attachmentlistview.cpp
@@ -93,7 +93,7 @@ void AttachmentListView::contentsDropEvent( TQDropEvent* e )
TQBuffer serNumBuffer( serNums );
serNumBuffer.open( IO_ReadOnly );
TQDataStream serNumStream( &serNumBuffer );
- Q_UINT32 serNum;
+ TQ_UINT32 serNum;
KMFolder *folder = 0;
int idx;
TQPtrList<KMMsgBase> messageList;