The only real changes in kmcomposewin.* are
- QListView *mAtmListBox;
+ KMail::AttachmentListView* mAtmListView;
in kmcomposewin.h and
- mAtmListBox = new QListView(mMainWidget, "mAtmListBox");
+ mAtmListView = new AttachmentListView( this, mMainWidget,
+ "attachment list view" );
in kmcomposewin.cpp. All other changes in kmcomposewin.cpp are just mAtmListBox -> mAtmListView
svn path=/trunk/kdepim/; revision=223858