summaryrefslogtreecommitdiffstats
path: root/kmail/attachmentlistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/attachmentlistview.h')
-rw-r--r--kmail/attachmentlistview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/attachmentlistview.h b/kmail/attachmentlistview.h
index 23ee6713..cd9a6e56 100644
--- a/kmail/attachmentlistview.h
+++ b/kmail/attachmentlistview.h
@@ -31,17 +31,17 @@ class AttachmentListView : public KListView
{
Q_OBJECT
public:
- AttachmentListView( KMail::Composer * composer = 0, QWidget* parent = 0,
+ AttachmentListView( KMail::Composer * composer = 0, TQWidget* parent = 0,
const char* name = 0 );
virtual ~AttachmentListView();
/** Drag and drop methods */
- void contentsDragEnterEvent( QDragEnterEvent* );
- void contentsDragMoveEvent( QDragMoveEvent* );
- void contentsDropEvent( QDropEvent* );
+ void contentsDragEnterEvent( TQDragEnterEvent* );
+ void contentsDragMoveEvent( TQDragMoveEvent* );
+ void contentsDropEvent( TQDropEvent* );
protected:
- virtual void keyPressEvent( QKeyEvent * e );
+ virtual void keyPressEvent( TQKeyEvent * e );
virtual void startDrag();
private: